Package | Description |
---|---|
javax.servlet.sip |
The javax.servlet.sip package is the API for the SIP Servlets developed under JSR 359, this v2.0 version updates v1.1 developed under JSR 289.
|
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
ProxyBranch objects given a set of targets. |
List<ProxyBranch> |
Proxy.getProxyBranches()
More than one branches are associated with a proxy when
Proxy.proxyTo(List) or Proxy.createProxyBranches(List)
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ProxyBranch.Callback.handle(ProxyBranch branch)
Method invoked by the container during call back.
|
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.