|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
Uses of SessionDescription in javax.sdp |
Methods in javax.sdp 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 javax.sdp with parameters of type SessionDescription | |
void |
SdpEncoder.output(SessionDescription sd,
OutputStream out)
Write the specified SessionDescription to the output stream using the current settings. |
|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |