|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectgov.nist.core.GenericObject
gov.nist.javax.sip.header.SIPObject
gov.nist.javax.sip.header.Protocol
public class Protocol
Protocol name and version.
コンストラクタの概要 | |
---|---|
Protocol()
Default constructor. |
メソッドの概要 | |
---|---|
java.lang.String |
encode()
Return canonical form. |
boolean |
equals(java.lang.Object other)
Compare two To headers for equality. |
java.lang.String |
getProtocolName()
get the protocol name |
java.lang.String |
getProtocolVersion()
get the protocol version |
java.lang.String |
getTransport()
get the transport |
void |
setProtocolName(java.lang.String p)
Set the protocolName member |
void |
setProtocolVersion(java.lang.String p)
Set the protocolVersion member |
void |
setTransport(java.lang.String t)
Set the transport member |
クラス 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 |
コンストラクタの詳細 |
---|
public Protocol()
メソッドの詳細 |
---|
public boolean equals(java.lang.Object other)
SIPObject
内の equals
other
- Object to set
public java.lang.String encode()
SIPObject
内の encode
public java.lang.String getProtocolName()
public java.lang.String getProtocolVersion()
public java.lang.String getTransport()
public void setProtocolName(java.lang.String p)
p
- String to setpublic void setProtocolVersion(java.lang.String p)
p
- String to setpublic void setTransport(java.lang.String t)
t
- String to set
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |