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

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

public class Expires
extends SIPHeader
implements javax.sip.header.ExpiresHeader

Expires SIP Header.

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

フィールドの概要
 
インタフェース javax.sip.header.ExpiresHeader から継承されたフィールド
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
 
コンストラクタの概要
Expires()
          default constructor
 
メソッドの概要
 java.lang.String encodeBody()
          Return canonical form.
 int getExpires()
          Gets the expires value of the ExpiresHeader.
 void setExpires(int expires)
          Sets the relative expires value of the ExpiresHeader.
 
クラス 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.Header から継承されたメソッド
clone, equals, getName, toString
 

コンストラクタの詳細

Expires

public Expires()
default constructor

メソッドの詳細

encodeBody

public java.lang.String encodeBody()
Return canonical form.

戻り値:
String

getExpires

public int getExpires()
Gets the expires value of the ExpiresHeader. This expires value is relative time.

定義:
インタフェース javax.sip.header.ExpiresHeader 内の getExpires
戻り値:
the expires value of the ExpiresHeader.
導入されたバージョン:
JAIN SIP v1.1

setExpires

public void setExpires(int expires)
                throws javax.sip.InvalidArgumentException
Sets the relative expires value of the ExpiresHeader. The expires value MUST be greater than zero and MUST be less than 2**31.

定義:
インタフェース javax.sip.header.ExpiresHeader 内の setExpires
パラメータ:
expires - - the new expires value of this ExpiresHeader
例外:
javax.sip.InvalidArgumentException - if supplied value is less than zero.
導入されたバージョン:
JAIN SIP v1.1