|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectgov.nist.core.GenericObject
gov.nist.javax.sip.header.SIPObject
gov.nist.javax.sip.header.SIPHeader
gov.nist.javax.sip.header.RSeq
public class RSeq
フィールドの概要 |
---|
インタフェース javax.sip.header.RSeqHeader から継承されたフィールド |
---|
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 |
コンストラクタの概要 | |
---|---|
RSeq()
Creates a new instance of RSeq |
メソッドの概要 | |
---|---|
int |
getSequenceNumber()
Gets the sequence number of this RSeqHeader. |
void |
setSequenceNumber(int sequenceNumber)
Sets the sequence number value of the RSeqHeader of the provisional response. |
クラス 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 |
コンストラクタの詳細 |
---|
public RSeq()
メソッドの詳細 |
---|
public int getSequenceNumber()
javax.sip.header.RSeqHeader
内の getSequenceNumber
public void setSequenceNumber(int sequenceNumber) throws javax.sip.InvalidArgumentException
javax.sip.header.RSeqHeader
内の setSequenceNumber
sequenceNumber
- - the new Sequence number of this RSeqHeader
javax.sip.InvalidArgumentException
- if supplied value is less than zero.
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |