| 
 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of URI in javax.servlet.sip | 
| Subinterfaces of URI in javax.servlet.sip | |
|  interface | SipURIRepresents sipandsipsURIs. | 
|  interface | TelURLRepresents telURLs 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 URIobject corresponding to the specified
 string. | 
|  URI | Address.getURI()Returns the URIcomponent of thisAddress. | 
| 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 Addresswith the specified URI and no
 display name. | 
|  Address | SipFactory.createAddress(URI uri,
              java.lang.String displayName)Returns a new Addresswith the specifiedURIand 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 SipApplicationSessioninto the
 specified URI. | 
| 
 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||