NIST SIP Parser and Stack (v1.2) API

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
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 SessionDescriptionImpl.getConnection()
          Returns the connection information associated with this object.
 Connection MediaDescriptionImpl.getConnection()
          Returns the connection information associated with this object.
 

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

Uses of Connection in javax.sdp
 

Methods in javax.sdp that return Connection
 Connection SessionDescription.getConnection()
          Returns the connection information associated with this object.
 Connection SdpFactory.createConnection(String netType, String addrType, String addr, int ttl, int numAddrs)
          Returns a Connection object with the specified properties a
 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 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 addr)
          Returns a Connection object with the specified address.
 Connection MediaDescription.getConnection()
          Returns the connection information associated with this object.
 

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


NIST SIP Parser and Stack (v1.2) API

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