NIST SIP Parser and Stack (v1.2) API

Uses of Interface
javax.sdp.SessionName

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

Methods in gov.nist.javax.sdp that return SessionName
 SessionName SessionDescriptionImpl.getSessionName()
          Returns the name of the session.
 

Methods in gov.nist.javax.sdp with parameters of type SessionName
 void SessionDescriptionImpl.setSessionName(SessionName sessionName)
          Sets the name of the session.
 

Uses of SessionName in javax.sdp
 

Methods in javax.sdp that return SessionName
 SessionName SessionDescription.getSessionName()
          Returns the name of the session.
 SessionName SdpFactory.createSessionName(String name)
          Returns SessionName object with the specified name.
 

Methods in javax.sdp with parameters of type SessionName
 void SessionDescription.setSessionName(SessionName sessionName)
          Sets the name of the session.
 


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.