|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectgov.nist.core.GenericObject
gov.nist.javax.sip.header.SIPObject
gov.nist.javax.sip.header.SIPHeader
gov.nist.javax.sip.header.Priority
public class Priority
the Priority header.
フィールドの概要 | |
---|---|
static java.lang.String |
EMERGENCY
constant EMERGENCY field |
static java.lang.String |
NON_URGENT
constant NON_URGENT field |
static java.lang.String |
NORMAL
constant NORMAL field |
static java.lang.String |
URGENT
constant URGENT field |
インタフェース javax.sip.header.PriorityHeader から継承されたフィールド |
---|
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 |
コンストラクタの概要 | |
---|---|
Priority()
Default constructor |
メソッドの概要 | |
---|---|
java.lang.String |
encodeBody()
Encode into canonical form. |
java.lang.String |
getPriority()
get the priority value. |
void |
setPriority(java.lang.String p)
Set the priority member |
クラス 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, toString, wait, wait, wait |
インタフェース javax.sip.header.Header から継承されたメソッド |
---|
clone, equals, getName, toString |
フィールドの詳細 |
---|
public static final java.lang.String EMERGENCY
public static final java.lang.String URGENT
public static final java.lang.String NORMAL
public static final java.lang.String NON_URGENT
コンストラクタの詳細 |
---|
public Priority()
メソッドの詳細 |
---|
public java.lang.String encodeBody()
public java.lang.String getPriority()
javax.sip.header.PriorityHeader
内の getPriority
public void setPriority(java.lang.String p) throws java.text.ParseException
javax.sip.header.PriorityHeader
内の setPriority
p
- String to set
java.text.ParseException
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |