Uses of Interface
javax.servlet.sip.ProxyBranch

Packages that use ProxyBranch
javax.servlet.sip   
 

Uses of ProxyBranch in javax.servlet.sip
 

Methods in javax.servlet.sip that return ProxyBranch
 ProxyBranch SipServletResponse.getProxyBranch()
          Retruns the ProxyBranch object associated with the transaction of this SIP response object.
 ProxyBranch Proxy.getProxyBranch(URI uri)
          Any branch has a primary URI associated with it, using which it was created.
 

Methods in javax.servlet.sip that return types with arguments of type ProxyBranch
 List<ProxyBranch> Proxy.createProxyBranches(List<? extends URI> targets)
          Returns the list of objects given a set of targets.
 List<ProxyBranch> Proxy.getProxyBranches()
          More than one branches are associated with a proxy when or is used.
 List<ProxyBranch> ProxyBranch.getRecursedProxyBranches()
          Receipt of a 3xx class redirect response on a branch can result in recursed branches if the proxy or the branch has recursion enabled.
 



Copyright © 2012. All Rights Reserved.