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 SipAddress.getURI()
          Returns the URI component of this SipAddress.
 

Methods in javax.servlet.sip with parameters of type URI
 void SipServletRequest.setRequestURI(URI uri)
          Sets the request URI of this request.
 SipAddress SipFactory.createSipAddress(URI uri)
          Returns a SipAddress with the specified URI and no display name.
 SipAddress SipFactory.createSipAddress(URI uri, java.lang.String displayName)
          Returns a new SipAddress with the specified URI and display name.
 Contact SipFactory.createContact(URI uri)
          Returns a new Contact with the specified URI.
 Contact SipFactory.createContact(URI uri, java.lang.String displayName)
          Returns a new Contact 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 SipAddress.setURI(URI uri)
          Sets the URI of this SipAddress.
 void Proxy.proxy(URI uri)
          Proxies a SIP request to the specified destination.