|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectgov.nist.core.GenericObject
gov.nist.javax.sip.header.SIPObject
gov.nist.javax.sip.header.SIPHeader
gov.nist.javax.sip.header.CSeq
public class CSeq
CSeq SIP Header.
| フィールドの概要 |
|---|
| インタフェース javax.sip.header.CSeqHeader から継承されたフィールド |
|---|
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 |
| コンストラクタの概要 | |
|---|---|
CSeq()
Constructor. |
|
CSeq(int seqno,
java.lang.String method)
Constructor given the sequence number and method. |
|
| メソッドの概要 | |
|---|---|
java.lang.String |
encode()
Return canonical encoded header. |
java.lang.String |
encodeBody()
Return canonical header content. |
boolean |
equals(java.lang.Object other)
Compare two cseq headers for equality. |
java.lang.String |
getMethod()
Get the method. |
int |
getSequenceNumber()
Gets the sequence number of this CSeqHeader. |
void |
setMethod(java.lang.String meth)
Set the method member |
void |
setSequenceNumber(int sequenceNumber)
Sets the sequence number of this CSeqHeader. |
| クラス gov.nist.javax.sip.header.SIPHeader から継承されたメソッド |
|---|
getHeaderName, getHeaderValue, getName, getValue, isHeaderList, setHeaderName |
| クラス gov.nist.javax.sip.header.SIPObject から継承されたメソッド |
|---|
clone, dbgPrint, debugDump, debugDump, match, merge, replace, replace, replace, replace, toString |
| クラス gov.nist.core.GenericObject から継承されたメソッド |
|---|
getClassFromName, getMatcher, isMySubclass, setMatcher |
| クラス java.lang.Object から継承されたメソッド |
|---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| インタフェース javax.sip.header.Header から継承されたメソッド |
|---|
clone, getName, toString |
| コンストラクタの詳細 |
|---|
public CSeq()
public CSeq(int seqno,
java.lang.String method)
seqno - is the sequence number to assign.method - is the method string.| メソッドの詳細 |
|---|
public boolean equals(java.lang.Object other)
javax.sip.header.Header 内の equalsSIPObject 内の equalsother - Object to compare against.
public java.lang.String encode()
SIPHeader 内の encodepublic java.lang.String encodeBody()
public java.lang.String getMethod()
javax.sip.header.CSeqHeader 内の getMethod
public void setSequenceNumber(int sequenceNumber)
throws javax.sip.InvalidArgumentException
javax.sip.header.CSeqHeader 内の setSequenceNumbersequenceNumber - - the sequence number to set.
javax.sip.InvalidArgumentException - -- if the seq number is <= 0
public void setMethod(java.lang.String meth)
throws java.text.ParseException
javax.sip.header.CSeqHeader 内の setMethodmeth - -- String to set
java.text.ParseExceptionpublic int getSequenceNumber()
javax.sip.header.CSeqHeader 内の getSequenceNumber
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||