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

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.ContentDisposition
すべての実装されたインタフェース:
SIPHeaderNames, java.io.Serializable, java.lang.Cloneable, javax.sip.header.ContentDispositionHeader, javax.sip.header.Header, javax.sip.header.Parameters

public final class ContentDisposition
extends ParametersHeader
implements javax.sip.header.ContentDispositionHeader

Content Dispositon SIP Header.

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

フィールドの概要
 
インタフェース javax.sip.header.ContentDispositionHeader から継承されたフィールド
ALERT, ICON, NAME, RENDER, SESSION
 
インタフェース 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
 
コンストラクタの概要
ContentDisposition()
          Default constructor.
 
メソッドの概要
 java.lang.String encodeBody()
          Encode value of header into canonical string.
 java.lang.String getContentDisposition()
          Gets the interpretation of the message body or message body part of this ContentDispositionHeader.
 java.lang.String getDispositionType()
          Get the disposition type.
 java.lang.String getHandling()
          Get the dispositionType field.
 void setDispositionType(java.lang.String dispositionType)
          Set the disposition type.
 void setHandling(java.lang.String handling)
          set the dispositionType field.
 
クラス 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 から継承されたメソッド
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, toString, wait, wait, wait
 
インタフェース javax.sip.header.Parameters から継承されたメソッド
getParameter, getParameterNames, removeParameter, setParameter
 
インタフェース javax.sip.header.Header から継承されたメソッド
clone, equals, getName, toString
 

コンストラクタの詳細

ContentDisposition

public ContentDisposition()
Default constructor.

メソッドの詳細

encodeBody

public java.lang.String encodeBody()
Encode value of header into canonical string.

戻り値:
encoded value of header.

setDispositionType

public void setDispositionType(java.lang.String dispositionType)
                        throws java.text.ParseException
Set the disposition type.

定義:
インタフェース javax.sip.header.ContentDispositionHeader 内の setDispositionType
パラメータ:
dispositionType - type.
例外:
java.text.ParseException

getDispositionType

public java.lang.String getDispositionType()
Get the disposition type.

定義:
インタフェース javax.sip.header.ContentDispositionHeader 内の getDispositionType
戻り値:
Disposition Type

getHandling

public java.lang.String getHandling()
Get the dispositionType field.

定義:
インタフェース javax.sip.header.ContentDispositionHeader 内の getHandling
戻り値:
String

setHandling

public void setHandling(java.lang.String handling)
                 throws java.text.ParseException
set the dispositionType field.

定義:
インタフェース javax.sip.header.ContentDispositionHeader 内の setHandling
パラメータ:
handling - String to set.
例外:
java.text.ParseException

getContentDisposition

public java.lang.String getContentDisposition()
Gets the interpretation of the message body or message body part of this ContentDispositionHeader.

戻り値:
interpretation of the message body or message body part