|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProxyBranchExt

Interface Extension that adds extra features to the JSR 289 ProxyBranch interface. It adds the following capabilities :
| Method Summary | |
|---|---|
int |
getProxyBranch1xxTimeout()
Returns the current value of the search 1xx timeout associated with this ProxyBranch object. |
void |
setProxyBranch1xxTimeout(int timeout)
Sets the search timeout value for this ProxyBranch object for 1xx responses. |
| Method Detail |
|---|
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 seconds
IllegalArgumentException - 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||