NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

Uses of Interface
javax.sdp.Connection

Packages that use Connection
gov.nist.javax.sdp Preliminary implementation of the javax.sdp package (JSR 141 see JSR 141
gov.nist.javax.sdp.fields Classes for SDP Fields. 
javax.sdp This is a preliminary version of the javax.sdp package based on the public review version JSR 141
 

Uses of Connection in gov.nist.javax.sdp
 

Methods in gov.nist.javax.sdp that return Connection
 Connection MediaDescriptionImpl.getConnection()
          Returns the connection information associated with this object.
 Connection SessionDescriptionImpl.getConnection()
          Returns the connection information associated with this object.
 

Methods in gov.nist.javax.sdp with parameters of type Connection
 void MediaDescriptionImpl.setConnection(Connection conn)
          Set the connection data for this entity
 void SessionDescriptionImpl.setConnection(Connection conn)
          Set the connection data for this entity.
 

Uses of Connection in gov.nist.javax.sdp.fields
 

Classes in gov.nist.javax.sdp.fields that implement Connection
 class ConnectionField
          Connectin Field of the SDP request.
 

Uses of Connection in javax.sdp
 

Methods in javax.sdp that return Connection
 Connection SdpFactory.createConnection(String addr)
          Returns a Connection object with the specified address.
 Connection SdpFactory.createConnection(String addr, int ttl, int numAddrs)
          Returns a Connection object with the specified properties and a network and address type of "IN" and "IP4" respectively.
 Connection SdpFactory.createConnection(String netType, String addrType, String addr)
          Returns a Connection object with the specified properties and no TTL and a default number of addresses (1).
 Connection SdpFactory.createConnection(String netType, String addrType, String addr, int ttl, int numAddrs)
          Returns a Connection object with the specified properties a
 Connection MediaDescription.getConnection()
          Returns the connection information associated with this object.
 Connection SessionDescription.getConnection()
          Returns the connection information associated with this object.
 

Methods in javax.sdp with parameters of type Connection
 void MediaDescription.setConnection(Connection conn)
          Set the connection data for this entity
 void SessionDescription.setConnection(Connection conn)
          Set the connection data for this entity.
 


NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Submit a bug report or feature request.