|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
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.SubscriptionState
public class SubscriptionState
SubscriptionState header
| フィールドの概要 |
|---|
| インタフェース javax.sip.header.SubscriptionStateHeader から継承されたフィールド |
|---|
ACTIVE, DEACTIVATED, GIVE_UP, NAME, NO_RESOURCE, PENDING, PROBATION, REJECTED, TERMINATED, TIMEOUT, UNKNOWN |
| インタフェース 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 |
| コンストラクタの概要 | |
|---|---|
SubscriptionState()
Creates a new instance of SubscriptionState |
|
| メソッドの概要 | |
|---|---|
java.lang.String |
encodeBody()
Just the encoded body of the header. |
int |
getExpires()
Gets the expires value of the SubscriptionStateHeader. |
java.lang.String |
getReasonCode()
Gets the reason code of SubscriptionStateHeader. |
int |
getRetryAfter()
Gets the retry after value of the SubscriptionStateHeader. |
java.lang.String |
getState()
Gets the state of SubscriptionStateHeader. |
void |
setExpires(int expires)
Sets the relative expires value of the SubscriptionStateHeader. |
void |
setReasonCode(java.lang.String reasonCode)
Sets the reason code value of the SubscriptionStateHeader. |
void |
setRetryAfter(int retryAfter)
Sets the retry after value of the SubscriptionStateHeader. |
void |
setState(java.lang.String state)
Sets the state value of the SubscriptionStateHeader. |
| クラス 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 から継承されたメソッド |
|---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| インタフェース javax.sip.header.Parameters から継承されたメソッド |
|---|
getParameter, getParameterNames, removeParameter, setParameter |
| インタフェース javax.sip.header.Header から継承されたメソッド |
|---|
clone, equals, getName, toString |
| コンストラクタの詳細 |
|---|
public SubscriptionState()
| メソッドの詳細 |
|---|
public void setExpires(int expires)
throws javax.sip.InvalidArgumentException
javax.sip.header.SubscriptionStateHeader 内の setExpiresexpires - - the new expires value of this SubscriptionStateHeader.
javax.sip.InvalidArgumentException - if supplied value is less than zero.public int getExpires()
javax.sip.header.SubscriptionStateHeader 内の getExpires
public void setRetryAfter(int retryAfter)
throws javax.sip.InvalidArgumentException
javax.sip.header.SubscriptionStateHeader 内の setRetryAfterretryAfter - - the new retry after value of this SubscriptionStateHeader
javax.sip.InvalidArgumentException - if supplied value is less than zero.public int getRetryAfter()
javax.sip.header.SubscriptionStateHeader 内の getRetryAfterpublic java.lang.String getReasonCode()
javax.sip.header.SubscriptionStateHeader 内の getReasonCode
public void setReasonCode(java.lang.String reasonCode)
throws java.text.ParseException
javax.sip.header.SubscriptionStateHeader 内の setReasonCodereasonCode - - the new reason code string value of the SubscriptionStateHeader.
java.text.ParseException - which signals that an error has been reached
unexpectedly while parsing the reason code.public java.lang.String getState()
javax.sip.header.SubscriptionStateHeader 内の getState
public void setState(java.lang.String state)
throws java.text.ParseException
javax.sip.header.SubscriptionStateHeader 内の setStatestate - - the new state string value of the SubscriptionStateHeader.
java.text.ParseException - which signals that an error has been reached
unexpectedly while parsing the state.public java.lang.String encodeBody()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||