org.mobicents.javax.servlet.sip
Interface ProxyExt


public interface ProxyExt

Interface Extension that adds extra features to the JSR 289 Proxy interface.
It adds the following capabilities :

Since:
1.3
Author:
jean.deruelle@gmail.com

Method Summary
 int getProxy1xxTimeout()
          The current value of the overall proxy 1xx timeout value.
 void setProxy1xxTimeout(int timeout)
          This is the amount of time, in seconds, the container waits for an informational response when proxying.
 

Method Detail

setProxy1xxTimeout

void setProxy1xxTimeout(int timeout)
This is the amount of time, in seconds, the container waits for an informational response when proxying.

Parameters:
timeout - new search 1xx timeout in seconds
Throws:
IllegalArgumentException - if the container cannot set the value as requested because it is too high, too low or negative
Since:
1.3

getProxy1xxTimeout

int getProxy1xxTimeout()
The current value of the overall proxy 1xx timeout value. This is measured in seconds.

Returns:
current value of proxy timeout in seconds.
Since:
1.3


Copyright © 2010. All Rights Reserved.