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

Packages that use SessionDescription
org.lastbamboo.common.sdp   
org.lastbamboo.common.sdp.api   
 

Uses of SessionDescription in org.lastbamboo.common.sdp
 

Classes in org.lastbamboo.common.sdp that implement SessionDescription
 class SessionDescriptionImpl
          Implementation of the SessionDescription interface.
 

Methods in org.lastbamboo.common.sdp with parameters of type SessionDescription
 void SdpEncoderImpl.output(SessionDescription sd, OutputStream out)
          Write the specified SessionDescription to the output stream using the current settings.
 

Uses of SessionDescription in org.lastbamboo.common.sdp.api
 

Methods in org.lastbamboo.common.sdp.api that return SessionDescription
 SessionDescription SdpFactory.createSessionDescription()
          Creates a new, empty SessionDescription.
 SessionDescription SdpFactory.createSessionDescription(String s)
          Creates a SessionDescription populated with the information contained within the string parameter.
 

Methods in org.lastbamboo.common.sdp.api with parameters of type SessionDescription
 void SdpEncoder.output(SessionDescription sd, OutputStream out)
          Write the specified SessionDescription to the output stream using the current settings.
 



Copyright © 2013 LittleShoot. All Rights Reserved.