Uses of Interface
javax.servlet.sip.SipURI

Uses of SipURI in javax.servlet.sip
 

Methods in javax.servlet.sip that return SipURI
 SipURI SipFactory.createSipURI(java.lang.String user, java.lang.String host)
          Constructs a SipURI with the specified user and host components.
 SipURI Proxy.getRecordRouteURI()
          Returns a SipURI that the application can use to add parameters to the Record-Route header.
 

Methods in javax.servlet.sip with parameters of type SipURI
 void SipServletRequest.pushRoute(SipURI uri)
          Adds a Route header field value to this request.
 



SIP Servlet API 1.0