Uses of Interface
javax.servlet.sip.SipURI

Packages that use SipURI
javax.servlet.sip   
 

Uses of SipURI in javax.servlet.sip
 

Methods in javax.servlet.sip that return SipURI
 SipURI SipFactory.createSipURI(String user, String host)
          Constructs a SipURI with the specified user and host components.
 SipURI ProxyBranch.getPathURI()
          Returns a SipURI that the application can use to add parameters to the Path header.
 SipURI Proxy.getPathURI()
          Returns a SipURI that the application can use to add parameters to the Path header.
 SipURI ProxyBranch.getRecordRouteURI()
          Returns a SipURI that the application can use to add parameters to the Record-Route header.
 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.
 



Copyright © 2012. All Rights Reserved.