|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectgov.nist.core.GenericObject
gov.nist.javax.sip.header.SIPObject
gov.nist.javax.sip.header.SIPHeader
gov.nist.javax.sip.header.ParametersHeader
gov.nist.javax.sip.header.RetryAfter
public class RetryAfter
Retry-After SIP Header.
フィールドの概要 | |
---|---|
static java.lang.String |
DURATION
constant DURATION parameter. |
インタフェース javax.sip.header.RetryAfterHeader から継承されたフィールド |
---|
NAME |
インタフェース gov.nist.javax.sip.header.SIPHeaderNames から継承されたフィールド |
---|
ACCEPT, ACCEPT_ENCODING, ACCEPT_LANGUAGE, ALERT_INFO, ALLOW, ALLOW_EVENTS, AUTHENTICATION_INFO, AUTHORIZATION, CALL_ID, CALL_INFO, CONTACT, CONTENT_DISPOSITION, CONTENT_ENCODING, CONTENT_LANGUAGE, CONTENT_LENGTH, CONTENT_TYPE, CSEQ, DATE, ERROR_INFO, EVENT, EXPIRES, FROM, IN_REPLY_TO, MAX_FORWARDS, MIME_VERSION, MIN_EXPIRES, ORGANIZATION, PRIORITY, PROXY_AUTHENTICATE, PROXY_AUTHORIZATION, PROXY_REQUIRE, RACK, REASON, RECORD_ROUTE, REPLY_TO, REQUIRE, RETRY_AFTER, ROUTE, RSEQ, SERVER, SUBJECT, SUBSCRIPTION_STATE, SUPPORTED, TIMESTAMP, TO, UNSUPPORTED, USER_AGENT, VIA, WARNING, WWW_AUTHENTICATE |
コンストラクタの概要 | |
---|---|
RetryAfter()
Default constructor |
メソッドの概要 | |
---|---|
java.lang.String |
encodeBody()
Encode body of this into cannonical form. |
java.lang.String |
getComment()
Gets the comment of RetryAfterHeader. |
int |
getDuration()
Gets the duration value of the RetryAfterHeader. |
int |
getRetryAfter()
Gets the retry after value of the RetryAfterHeader. |
boolean |
hasComment()
Boolean function |
void |
removeComment()
remove comment field |
void |
removeDuration()
remove duration field |
void |
setComment(java.lang.String comment)
Sets the comment value of the RetryAfterHeader. |
void |
setDuration(int duration)
Sets the duration value of the RetryAfterHeader. |
void |
setRetryAfter(int retryAfter)
Sets the retry after value of the RetryAfterHeader. |
クラス gov.nist.javax.sip.header.ParametersHeader から継承されたメソッド |
---|
getNameValue, getParameter, getParameterNames, getParameters, getParameterValue, hasParameter, hasParameters, removeParameter, removeParameters, setParameter, setParameter, setParameters, setQuotedParameter |
クラス gov.nist.javax.sip.header.SIPHeader から継承されたメソッド |
---|
encode, getHeaderName, getHeaderValue, getName, getValue, isHeaderList, setHeaderName |
クラス gov.nist.javax.sip.header.SIPObject から継承されたメソッド |
---|
clone, dbgPrint, debugDump, debugDump, equals, match, merge, replace, replace, replace, replace, toString |
クラス gov.nist.core.GenericObject から継承されたメソッド |
---|
getClassFromName, getMatcher, isMySubclass, setMatcher |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
インタフェース javax.sip.header.Header から継承されたメソッド |
---|
clone, equals, getName, toString |
インタフェース javax.sip.header.Parameters から継承されたメソッド |
---|
getParameter, getParameterNames, removeParameter, setParameter |
フィールドの詳細 |
---|
public static final java.lang.String DURATION
コンストラクタの詳細 |
---|
public RetryAfter()
メソッドの詳細 |
---|
public java.lang.String encodeBody()
public boolean hasComment()
public void removeComment()
public void removeDuration()
public void setRetryAfter(int retryAfter) throws javax.sip.InvalidArgumentException
javax.sip.header.RetryAfterHeader
内の setRetryAfter
retryAfter
- - the new retry after value of this RetryAfterHeader
javax.sip.InvalidArgumentException
- if supplied value is less than zero.public int getRetryAfter()
javax.sip.header.RetryAfterHeader
内の getRetryAfter
public java.lang.String getComment()
javax.sip.header.RetryAfterHeader
内の getComment
public void setComment(java.lang.String comment) throws java.text.ParseException
javax.sip.header.RetryAfterHeader
内の setComment
comment
- - the new comment string value of the RetryAfterHeader.
java.text.ParseException
- which signals that an error has been reached
unexpectedly while parsing the comment.public void setDuration(int duration) throws javax.sip.InvalidArgumentException
javax.sip.header.RetryAfterHeader
内の setDuration
duration
- - the new duration value of this RetryAfterHeader
javax.sip.InvalidArgumentException
- if supplied value is less than zero.public int getDuration()
javax.sip.header.RetryAfterHeader
内の getDuration
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |