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

Uses of Interface
javax.sdp.SessionDescription

Packages that use SessionDescription
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 SessionDescription in gov.nist.javax.sdp
 

Classes in gov.nist.javax.sdp that implement SessionDescription
 class SessionDescriptionImpl
          Implementation of the SessionDescription interface.
 

Methods in gov.nist.javax.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.
 

Constructors in gov.nist.javax.sdp with parameters of type SessionDescription
SessionDescriptionImpl(SessionDescription otherSessionDescription)
          Copy constructor, creates a deep copy of another SessionDescription.
 

Uses of SessionDescription in javax.sdp
 

Methods in javax.sdp that return SessionDescription
 SessionDescription SdpFactory.createSessionDescription()
          Creates a new, empty SessionDescription.
 SessionDescription SdpFactory.createSessionDescription(SessionDescription otherSessionDescription)
          Creates a new SessionDescription, deep copy of another SessionDescription.
 SessionDescription SdpFactory.createSessionDescription(String s)
          Creates a SessionDescription populated with the information contained within the string parameter.
 

Methods in javax.sdp with parameters of type SessionDescription
 SessionDescription SdpFactory.createSessionDescription(SessionDescription otherSessionDescription)
          Creates a new SessionDescription, deep copy of another SessionDescription.
 void SdpEncoder.output(SessionDescription sd, OutputStream out)
          Write the specified SessionDescription to the output stream using the current settings.
 


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.