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

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
gov.nist.javax.sdp.fields Classes for SDP Fields. 
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 gov.nist.javax.sdp.fields
 

Classes in gov.nist.javax.sdp.fields that implement URI
 class URIField
          Implementation of URI field.
 

Uses of URI in javax.sdp
 

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

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: 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.