gov.nist.javax.sip.header
クラス MimeVersion
java.lang.Object
gov.nist.core.GenericObject
gov.nist.javax.sip.header.SIPObject
gov.nist.javax.sip.header.SIPHeader
gov.nist.javax.sip.header.MimeVersion
- すべての実装されたインタフェース:
- SIPHeaderNames, java.io.Serializable, java.lang.Cloneable, javax.sip.header.Header, javax.sip.header.MimeVersionHeader
public class MimeVersion
- extends SIPHeader
- implements javax.sip.header.MimeVersionHeader
MimeVersion SIP 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.MimeVersionHeader から継承されたフィールド |
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 |
メソッドの概要 |
java.lang.String |
encodeBody()
Return canonical form. |
int |
getMajorVersion()
Gets the Major version value of this MimeVersionHeader. |
int |
getMinorVersion()
Gets the Minor version value of this MimeVersionHeader. |
void |
setMajorVersion(int majorVersion)
Sets the Major-Version argument of this MimeVersionHeader to the supplied
majorVersion value. |
void |
setMinorVersion(int minorVersion)
Sets the Minor-Version argument of this MimeVersionHeader to the supplied
minorVersion value. |
クラス gov.nist.javax.sip.header.SIPObject から継承されたメソッド |
clone, dbgPrint, debugDump, debugDump, equals, match, merge, replace, replace, replace, replace, toString |
クラス java.lang.Object から継承されたメソッド |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
インタフェース javax.sip.header.Header から継承されたメソッド |
clone, equals, getName, toString |
MimeVersion
public MimeVersion()
- Default constructor
getMinorVersion
public int getMinorVersion()
- Gets the Minor version value of this MimeVersionHeader.
- 定義:
- インタフェース
javax.sip.header.MimeVersionHeader
内の getMinorVersion
- 戻り値:
- the Minor version of this MimeVersionHeader
getMajorVersion
public int getMajorVersion()
- Gets the Major version value of this MimeVersionHeader.
- 定義:
- インタフェース
javax.sip.header.MimeVersionHeader
内の getMajorVersion
- 戻り値:
- the Major version of this MimeVersionHeader
setMinorVersion
public void setMinorVersion(int minorVersion)
throws javax.sip.InvalidArgumentException
- Sets the Minor-Version argument of this MimeVersionHeader to the supplied
minorVersion value.
- 定義:
- インタフェース
javax.sip.header.MimeVersionHeader
内の setMinorVersion
- パラメータ:
minorVersion
- - the new integer Minor version
- 例外:
javax.sip.InvalidArgumentException
setMajorVersion
public void setMajorVersion(int majorVersion)
throws javax.sip.InvalidArgumentException
- Sets the Major-Version argument of this MimeVersionHeader to the supplied
majorVersion value.
- 定義:
- インタフェース
javax.sip.header.MimeVersionHeader
内の setMajorVersion
- パラメータ:
majorVersion
- - the new integer Major version
- 例外:
javax.sip.InvalidArgumentException
encodeBody
public java.lang.String encodeBody()
- Return canonical form.
- 戻り値:
- String