| 
 | ||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectgov.nist.core.GenericObject
gov.nist.javax.sip.header.SIPObject
gov.nist.javax.sip.header.SIPHeader
gov.nist.javax.sip.header.RAck
public class RAck
RAck SIP Header implementation
| フィールドの概要 | 
|---|
| インタフェース javax.sip.header.RAckHeader から継承されたフィールド | 
|---|
| 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 | 
| コンストラクタの概要 | |
|---|---|
| RAck()Creates a new instance of RAck | |
| メソッドの概要 | |
|---|---|
|  int | getCSeqNumber()Gets the CSeq sequence number of this RAckHeader. | 
|  java.lang.String | getMethod()Gets the method of RAckHeader | 
|  int | getRSeqNumber()Gets the RSeq sequence number of this RAckHeader. | 
|  void | setCSeqNumber(int cSeqNumber)Sets the sequence number value of the CSeqHeader of the provisional response being acknowledged. | 
|  void | setMethod(java.lang.String method)Sets the method of RAckHeader, which correlates to the method of the CSeqHeader of the provisional response being acknowledged. | 
|  void | setRSeqNumber(int rSeqNumber)Sets the sequence number value of the RSeqHeader of the provisional response being acknowledged. | 
| クラス 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.Header から継承されたメソッド | 
|---|
| clone, equals, getName, toString | 
| コンストラクタの詳細 | 
|---|
public RAck()
| メソッドの詳細 | 
|---|
public int getCSeqNumber()
javax.sip.header.RAckHeader 内の getCSeqNumberpublic java.lang.String getMethod()
javax.sip.header.RAckHeader 内の getMethodpublic int getRSeqNumber()
javax.sip.header.RAckHeader 内の getRSeqNumber
public void setCSeqNumber(int cSeqNumber)
                   throws javax.sip.InvalidArgumentException
javax.sip.header.RAckHeader 内の setCSeqNumbercSeqNumber - - the new cSeq number of this RAckHeader
javax.sip.InvalidArgumentException - if supplied value is less than zero.
public void setMethod(java.lang.String method)
               throws java.text.ParseException
javax.sip.header.RAckHeader 内の setMethodmethod - - the new string value of the method of the RAckHeader
java.text.ParseException - which signals that an error has been reached
 unexpectedly while parsing the method value.
public void setRSeqNumber(int rSeqNumber)
                   throws javax.sip.InvalidArgumentException
javax.sip.header.RAckHeader 内の setRSeqNumberrSeqNumber - - the new rSeq number of this RAckHeader
javax.sip.InvalidArgumentException - if supplied value is less than zero.| 
 | ||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||