public interface ProxyBranchExt
| Modifier and Type | Method and Description |
|---|---|
int |
getProxyBranch1xxTimeout()
Returns the current value of the search 1xx timeout associated with this ProxyBranch object.
|
void |
setOutboundInterface(SipURI outboundInterface)
In multi-homed environment this method can be used to select the outbound interface and port number and transport to use for proxy branches.
|
void |
setProxyBranch1xxTimeout(int timeout)
Sets the search timeout value for this ProxyBranch object for 1xx responses.
|
void |
setRecordRouteURI(SipURI uri)
Allow setting/modifying RecordRoute Header on a SipServletRequest to allow interoperability with Lync.
|
void setProxyBranch1xxTimeout(int timeout)
ProxyExt.setProxy1xxTimeout(int) object
ProxyExt.getProxy1xxTimeout()
The effect of expiry of this timeout in case of parallel proxy is just to cancel this branch as if an explicit call to cancel() has been made
if no 1xx response nor final response has been received.
timeout - new search 1xx timeout in secondsIllegalArgumentException - if this value cannot be set by the container.
Either it is too high, too low, negative or greater than the overall proxy 1xx timeout value in parallel case.int getProxyBranch1xxTimeout()
setProxyBranch1xxTimeout(int) then the value is inherited from the Proxy setting.
The current value of the overall proxy 1xx timeout value. This is measured in seconds.void setOutboundInterface(SipURI outboundInterface)
outboundInterface - the sip uri representing the outbound interface to use when forwarding requests with this proxyNullPointerException - on null sip uriIllegalArgumentException - if the sip uri is not understood by the container as one of its outbound interfacevoid setRecordRouteURI(SipURI uri)
https://github.com/Mobicents/sip-servlets/issues/63Copyright © 2015. All Rights Reserved.