|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectgov.nist.core.GenericObject
gov.nist.javax.sdp.fields.SDPObject
gov.nist.javax.sdp.fields.SDPField
gov.nist.javax.sdp.fields.ConnectionField
public class ConnectionField
Connectin Field of the SDP request.
フィールドの概要 |
---|
インタフェース javax.sdp.Connection から継承されたフィールド |
---|
IN, IP4, IP6 |
インタフェース gov.nist.javax.sdp.fields.SDPFieldNames から継承されたフィールド |
---|
ATTRIBUTE_FIELD, BANDWIDTH_FIELD, CONNECTION_FIELD, EMAIL_FIELD, INFORMATION_FIELD, KEY_FIELD, MEDIA_FIELD, ORIGIN_FIELD, PHONE_FIELD, PROTO_VERSION_FIELD, REPEAT_FIELD, SESSION_NAME_FIELD, TIME_FIELD, URI_FIELD, ZONE_FIELD |
コンストラクタの概要 | |
---|---|
ConnectionField()
|
メソッドの概要 | |
---|---|
java.lang.String |
encode()
Get the string encoded version of this object |
java.lang.String |
getAddress()
Returns the type of the network for this Connection. |
java.lang.String |
getAddressType()
Returns the type of the address for this Connection. |
java.lang.String |
getAddrtype()
|
ConnectionAddress |
getConnectionAddress()
|
java.lang.String |
getNettype()
|
java.lang.String |
getNetworkType()
Returns the type of the network for this Connection. |
void |
setAddress(ConnectionAddress a)
Set the address member |
void |
setAddress(java.lang.String addr)
Sets the type of the address for this Connection. |
void |
setAddressType(java.lang.String type)
Returns the type of the network for this Connection. |
void |
setAddrType(java.lang.String a)
Set the addrtype member |
void |
setNettype(java.lang.String n)
Set the nettype member |
void |
setNetworkType(java.lang.String type)
Sets the type of the network for this Connection. |
java.lang.String |
toString()
|
クラス gov.nist.javax.sdp.fields.SDPField から継承されたメソッド |
---|
getFieldName, getTypeChar |
クラス gov.nist.javax.sdp.fields.SDPObject から継承されたメソッド |
---|
clone, dbgPrint, debugDump, equals, match, merge, replace, replace, replace, replace |
クラス gov.nist.core.GenericObject から継承されたメソッド |
---|
debugDump, getClassFromName, getMatcher, isMySubclass, setMatcher |
クラス java.lang.Object から継承されたメソッド |
---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
インタフェース javax.sdp.Field から継承されたメソッド |
---|
clone, getTypeChar |
コンストラクタの詳細 |
---|
public ConnectionField()
メソッドの詳細 |
---|
public java.lang.String getNettype()
public java.lang.String getAddrtype()
public ConnectionAddress getConnectionAddress()
public void setNettype(java.lang.String n)
public void setAddrType(java.lang.String a)
public void setAddress(ConnectionAddress a)
public java.lang.String encode()
SDPField
内の encode
public java.lang.String toString()
SDPField
内の toString
public java.lang.String getAddress() throws javax.sdp.SdpParseException
javax.sdp.Connection
内の getAddress
javax.sdp.SdpParseException
public java.lang.String getAddressType() throws javax.sdp.SdpParseException
javax.sdp.Connection
内の getAddressType
javax.sdp.SdpParseException
public java.lang.String getNetworkType() throws javax.sdp.SdpParseException
javax.sdp.Connection
内の getNetworkType
javax.sdp.SdpParseException
public void setAddress(java.lang.String addr) throws javax.sdp.SdpException
javax.sdp.Connection
内の setAddress
addr
- to set
javax.sdp.SdpException
- if the type is nullpublic void setAddressType(java.lang.String type) throws javax.sdp.SdpException
javax.sdp.Connection
内の setAddressType
type
- to set
javax.sdp.SdpException
- if the type is nullpublic void setNetworkType(java.lang.String type) throws javax.sdp.SdpException
javax.sdp.Connection
内の setNetworkType
type
- to set
javax.sdp.SdpException
- if the type is null
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |