Uses of Interface
org.lastbamboo.common.sdp.api.URI

Packages that use URI
org.lastbamboo.common.sdp   
org.lastbamboo.common.sdp.api   
org.lastbamboo.common.sdp.fields   
 

Uses of URI in org.lastbamboo.common.sdp
 

Methods in org.lastbamboo.common.sdp that return URI
 URI SessionDescriptionImpl.getURI()
          Returns a uri to the location of more details about the session.
 

Methods in org.lastbamboo.common.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 org.lastbamboo.common.sdp.api
 

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

Uses of URI in org.lastbamboo.common.sdp.fields
 

Classes in org.lastbamboo.common.sdp.fields that implement URI
 class URIField
          Implementation of URI field.
 



Copyright © 2013 LittleShoot. All Rights Reserved.