Uses of Interface
org.lastbamboo.common.sdp.api.Connection

Packages that use Connection
org.lastbamboo.common.sdp   
org.lastbamboo.common.sdp.api   
org.lastbamboo.common.sdp.fields   
 

Uses of Connection in org.lastbamboo.common.sdp
 

Methods in org.lastbamboo.common.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 org.lastbamboo.common.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 org.lastbamboo.common.sdp.api
 

Methods in org.lastbamboo.common.sdp.api 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 SessionDescription.getConnection()
          Returns the connection information associated with this object.
 Connection MediaDescription.getConnection()
          Returns the connection information associated with this object.
 

Methods in org.lastbamboo.common.sdp.api 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
 

Uses of Connection in org.lastbamboo.common.sdp.fields
 

Classes in org.lastbamboo.common.sdp.fields that implement Connection
 class ConnectionField
          Connectin Field of the SDP request.
 



Copyright © 2013 LittleShoot. All Rights Reserved.