NIST SIP Parser and Stack (v1.2) API

Uses of Interface
javax.sdp.URI

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

Methods in gov.nist.javax.sdp that return URI
 URI SessionDescriptionImpl.getURI()
          Returns a uri to the location of more details about the session.
 

Methods in gov.nist.javax.sdp with parameters of type URI
 void SessionDescriptionImpl.setURI(URI uri)
          Sets the uri to the location of more details about the session.
 

Uses of URI in javax.sdp
 

Methods in javax.sdp that return URI
 URI SessionDescription.getURI()
          Returns a uri to the location of more details about the session.
 URI SdpFactory.createURI(URL value)
          Returns URI object with the specified value.
 

Methods in javax.sdp with parameters of type URI
 void SessionDescription.setURI(URI uri)
          Sets the uri to the location of more details about 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.