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

java.lang.Object
  上位を拡張 gov.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.AddressParametersHeader
                      上位を拡張 gov.nist.javax.sip.header.ReplyTo
すべての実装されたインタフェース:
SIPHeaderNames, java.io.Serializable, java.lang.Cloneable, javax.sip.header.Header, javax.sip.header.HeaderAddress, javax.sip.header.Parameters, javax.sip.header.ReplyToHeader

public final class ReplyTo
extends AddressParametersHeader
implements javax.sip.header.ReplyToHeader

ReplyTo Header.

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

フィールドの概要
 
インタフェース javax.sip.header.ReplyToHeader から継承されたフィールド
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
 
コンストラクタの概要
ReplyTo()
          Default constructor
ReplyTo(AddressImpl address)
          Default constructor given an address.
 
メソッドの概要
 java.lang.String encode()
          Encode the header into a String.
 java.lang.String encodeBody()
          Encode the header content into a String.
 java.lang.String getDisplayName()
          Get the display name from the address.
 HostPort getHostPort()
          Conveniance accessor function to get the hostPort field from the address
 
クラス gov.nist.javax.sip.header.AddressParametersHeader から継承されたメソッド
getAddress, setAddress
 
クラス 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 から継承されたメソッド
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, toString, wait, wait, wait
 
インタフェース javax.sip.header.HeaderAddress から継承されたメソッド
getAddress, setAddress
 
インタフェース javax.sip.header.Parameters から継承されたメソッド
getParameter, getParameterNames, removeParameter, setParameter
 
インタフェース javax.sip.header.Header から継承されたメソッド
clone, equals, getName, toString
 

コンストラクタの詳細

ReplyTo

public ReplyTo()
Default constructor


ReplyTo

public ReplyTo(AddressImpl address)
Default constructor given an address.

パラメータ:
address - -- address of this header.
メソッドの詳細

encode

public java.lang.String encode()
Encode the header into a String.

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

encodeBody

public java.lang.String encodeBody()
Encode the header content into a String.

戻り値:
String

getHostPort

public HostPort getHostPort()
Conveniance accessor function to get the hostPort field from the address

戻り値:
HostPort

getDisplayName

public java.lang.String getDisplayName()
Get the display name from the address.

戻り値:
String