gov.nist.javax.sip.header
クラス Supported

java.lang.Object
  上位を拡張 gov.nist.core.GenericObject
      上位を拡張 gov.nist.javax.sip.header.SIPObject
          上位を拡張 gov.nist.javax.sip.header.SIPHeader
              上位を拡張 gov.nist.javax.sip.header.Supported
すべての実装されたインタフェース:
SIPHeaderNames, java.io.Serializable, java.lang.Cloneable, javax.sip.header.Header, javax.sip.header.OptionTag, javax.sip.header.SupportedHeader

public class Supported
extends SIPHeader
implements javax.sip.header.SupportedHeader

Supported SIP Header.

バージョン:
JAIN-SIP-1.1 $Revision: 1.2 $ $Date: 2004/01/22 13:26:30 $
作成者:
M. Ranganathan
, Olivier Deruelle
This code is in the public domain.
関連項目:
直列化された形式

フィールドの概要
 
インタフェース javax.sip.header.SupportedHeader から継承されたフィールド
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
 
コンストラクタの概要
Supported()
          default constructor
Supported(java.lang.String option_tag)
          Constructor
 
メソッドの概要
 java.lang.String encode()
          Return canonical form of the header.
 java.lang.String encodeBody()
          Just the encoded body of the header.
 java.lang.String getOptionTag()
          Gets the option tag of this OptionTag class.
 void setOptionTag(java.lang.String optionTag)
          Sets the option tag value to the new supplied optionTag parameter.
 
クラス gov.nist.javax.sip.header.SIPHeader から継承されたメソッド
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
 

コンストラクタの詳細

Supported

public Supported()
default constructor


Supported

public Supported(java.lang.String option_tag)
Constructor

パラメータ:
option_tag - String to set
メソッドの詳細

encode

public java.lang.String encode()
Return canonical form of the header.

オーバーライド:
クラス SIPHeader 内の encode
戻り値:
encoded header.

encodeBody

public java.lang.String encodeBody()
Just the encoded body of the header.

戻り値:
the string encoded header body.

setOptionTag

public void setOptionTag(java.lang.String optionTag)
                  throws java.text.ParseException
Sets the option tag value to the new supplied optionTag parameter.

定義:
インタフェース javax.sip.header.OptionTag 内の setOptionTag
パラメータ:
optionTag - - the new string value of the option tag.
例外:
java.text.ParseException - which signals that an error has been reached unexpectedly while parsing the optionTag value.

getOptionTag

public java.lang.String getOptionTag()
Gets the option tag of this OptionTag class.

定義:
インタフェース javax.sip.header.OptionTag 内の getOptionTag
戻り値:
the string that identifies the option tag value.