|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectgov.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.Contact
public final class Contact
Contact Item.
ContactList,
直列化された形式| フィールドの概要 | |
|---|---|
static java.lang.String |
ACTION
|
static java.lang.String |
EXPIRES
|
static java.lang.String |
PROXY
|
static java.lang.String |
Q
|
static java.lang.String |
REDIRECT
|
| インタフェース javax.sip.header.ContactHeader から継承されたフィールド |
|---|
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, 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 |
| コンストラクタの概要 | |
|---|---|
Contact()
Default constructor. |
|
| メソッドの概要 | |
|---|---|
boolean |
equals(java.lang.Object that)
Equality test. |
javax.sip.address.Address |
getAddress()
get the address field. |
ContactList |
getContactList()
get the Contact list. |
NameValueList |
getContactParms()
get the parameters List |
int |
getExpires()
get Expires parameter. |
float |
getQValue()
get the Q-value |
boolean |
getWildCardFlag()
get the WildCardFlag field |
void |
setAddress(javax.sip.address.Address address)
Set the address member |
void |
setContactList(ContactList cl)
set the Contact List |
void |
setExpires(int expiryDeltaSeconds)
Set the expiry time in seconds. |
void |
setParameter(java.lang.String name,
java.lang.String value)
Set a parameter. |
void |
setQValue(float qValue)
set the Q-value parameter |
void |
setWildCardFlag(boolean w)
Set the wildCardFlag member |
| クラス gov.nist.javax.sip.header.ParametersHeader から継承されたメソッド |
|---|
getNameValue, getParameter, getParameterNames, getParameters, getParameterValue, hasParameter, hasParameters, removeParameter, removeParameters, 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, 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.Parameters から継承されたメソッド |
|---|
getParameter, getParameterNames, removeParameter |
| インタフェース javax.sip.header.Header から継承されたメソッド |
|---|
clone, getName, toString |
| フィールドの詳細 |
|---|
public static final java.lang.String ACTION
public static final java.lang.String PROXY
public static final java.lang.String REDIRECT
public static final java.lang.String EXPIRES
public static final java.lang.String Q
| コンストラクタの詳細 |
|---|
public Contact()
| メソッドの詳細 |
|---|
public void setParameter(java.lang.String name,
java.lang.String value)
throws java.text.ParseException
javax.sip.header.Parameters 内の setParameterParametersHeader 内の setParametername - - a String specifying the parameter namevalue - - a String specifying the parameter value
java.text.ParseException - which signals that an error has been reached
unexpectedly while parsing the parameter name or value.public ContactList getContactList()
public boolean getWildCardFlag()
public javax.sip.address.Address getAddress()
javax.sip.header.HeaderAddress 内の getAddressAddressParametersHeader 内の getAddresspublic NameValueList getContactParms()
public int getExpires()
javax.sip.header.ContactHeader 内の getExpirespublic void setExpires(int expiryDeltaSeconds)
javax.sip.header.ContactHeader 内の setExpiresexpiryDeltaSeconds - exipry time.public float getQValue()
javax.sip.header.ContactHeader 内の getQValuepublic void setContactList(ContactList cl)
cl - ContactList to setpublic void setWildCardFlag(boolean w)
w - boolean to setpublic void setAddress(javax.sip.address.Address address)
javax.sip.header.HeaderAddress 内の setAddressAddressParametersHeader 内の setAddressaddress - Address to set
public void setQValue(float qValue)
throws javax.sip.InvalidArgumentException
javax.sip.header.ContactHeader 内の setQValueqValue - float to set
javax.sip.InvalidArgumentExceptionpublic boolean equals(java.lang.Object that)
javax.sip.header.Header 内の equalsSIPObject 内の equalsthat - the other object to test against.
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||