|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectgov.nist.core.GenericObject
gov.nist.javax.sip.header.SIPObject
gov.nist.javax.sip.header.SIPHeader
gov.nist.javax.sip.header.TimeStamp
public class TimeStamp
TimeStamp SIP Header.
| フィールドの概要 |
|---|
| インタフェース javax.sip.header.TimeStampHeader から継承されたフィールド |
|---|
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 |
| コンストラクタの概要 | |
|---|---|
TimeStamp()
Default Constructor |
|
| メソッドの概要 | |
|---|---|
java.lang.String |
encodeBody()
Return canonical form of the header. |
float |
getDelay()
Gets delay of TimeStampHeader. |
float |
getTimeStamp()
Gets the timestamp value of this TimeStampHeader. |
boolean |
hasDelay()
return true if delay exists |
void |
removeDelay()
|
void |
setDelay(float delay)
Sets the new delay value of the TimestampHeader to the delay paramter passed to this method |
void |
setTimeStamp(float timeStamp)
Sets the timestamp value of this TimeStampHeader to the new timestamp value passed to this method. |
| クラス 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 から継承されたメソッド |
|---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| インタフェース javax.sip.header.Header から継承されたメソッド |
|---|
clone, equals, getName, toString |
| コンストラクタの詳細 |
|---|
public TimeStamp()
| メソッドの詳細 |
|---|
public java.lang.String encodeBody()
public boolean hasDelay()
public void removeDelay()
public void setTimeStamp(float timeStamp)
throws javax.sip.InvalidArgumentException
javax.sip.header.TimeStampHeader 内の setTimeStamptimeStamp - - the new float timestamp value
javax.sip.InvalidArgumentException - if the timestamp value argument is a
negative value.public float getTimeStamp()
javax.sip.header.TimeStampHeader 内の getTimeStamppublic float getDelay()
-1 if the
delay paramater is not set.
javax.sip.header.TimeStampHeader 内の getDelay
public void setDelay(float delay)
throws javax.sip.InvalidArgumentException
javax.sip.header.TimeStampHeader 内の setDelaydelay - - the new float delay value
javax.sip.InvalidArgumentException - if the delay value argumenmt is a
negative value other than -1.
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||