Uses of Interface
javax.servlet.sip.URI

Uses of URI in javax.servlet.sip
 

Subinterfaces of URI in javax.servlet.sip
 interface SipURI
          Represents sip and sips URIs.
 interface TelURL
          Represents tel URLs as defined by RFC 2806.
 

Methods in javax.servlet.sip that return URI
 URI SipServletRequest.getRequestURI()
          Returns the request URI of this request.
 URI SipFactory.createURI(java.lang.String uri)
          Returns a URI object corresponding to the specified string.
 URI Address.getURI()
          Returns the URI component of this Address.
 

Methods in javax.servlet.sip with parameters of type URI
 void SipServletRequest.setRequestURI(URI uri)
          Sets the request URI of this request.
 Address SipFactory.createAddress(URI uri)
          Returns an Address with the specified URI and no display name.
 Address SipFactory.createAddress(URI uri, java.lang.String displayName)
          Returns a new Address with the specified URI and display name.
 SipServletRequest SipFactory.createRequest(SipApplicationSession appSession, java.lang.String method, URI from, URI to)
          Returns a new request object with the specified request method, From, and To headers.
 void Address.setURI(URI uri)
          Sets the URI of this Address.
 void Proxy.proxyTo(URI uri)
          Proxies a SIP request to the specified destination.
 void SipApplicationSession.encodeURI(URI uri)
          Encodes the ID of this SipApplicationSession into the specified URI.
 



SIP Servlet API 1.0