| Package | Description |
|---|---|
| javax.servlet.sip |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2016. All Rights Reserved.