gov.nist.javax.sdp.fields
クラス ConnectionAddress
java.lang.Object
   gov.nist.core.GenericObject
gov.nist.core.GenericObject
       gov.nist.javax.sdp.fields.SDPObject
gov.nist.javax.sdp.fields.SDPObject
           gov.nist.javax.sdp.fields.ConnectionAddress
gov.nist.javax.sdp.fields.ConnectionAddress
- すべての実装されたインタフェース: 
- SDPFieldNames, java.io.Serializable
- public class ConnectionAddress 
- extends SDPObject
Connection Address of the SDP header (appears as part of the Connection field)
- バージョン:
- JSR141-PUBLIC-REVIEW (subject to change)
- 作成者:
- Olivier Deruelle , M. Ranganathan   
 This code is in the public domain.
- 関連項目:
- 直列化された形式
 
| インタフェース 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 | 
 
 
 
| クラス gov.nist.javax.sdp.fields.SDPObject から継承されたメソッド | 
| clone, dbgPrint, debugDump, equals, match, merge, replace, replace, replace, replace, toString | 
 
 
| クラス java.lang.Object から継承されたメソッド | 
| getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
ConnectionAddress
public ConnectionAddress()
getAddress
public Host getAddress()
- 
 
getTtl
public int getTtl()
- 
 
getPort
public int getPort()
- 
 
setAddress
public void setAddress(Host a)
- Set the address member
 
- 
 
setTtl
public void setTtl(int ttl)
- Set the ttl member
 
- 
 
setPort
public void setPort(int p)
- Set the port member
 
- 
 
encode
public java.lang.String encode()
- Get the string encoded version of this object
 
- 
- 定義:
- クラス SDPObject内のencode
 
- 
- 導入されたバージョン:
- v1.0