public interface ProxyBranchListener extends EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
onProxyBranchResponseTimeout(ResponseType responseType,
ProxyBranch proxyBranch)
When a search timeout timer expires on a proxy branch, either on final responses or 1xx response,
this triggers a call to this method on all classes implementing this listener interface
|
void onProxyBranchResponseTimeout(ResponseType responseType, ProxyBranch proxyBranch)
responseType - type of response (1xx or final) for which the timer expiredproxyBranch - the proxy branch on which the timer expiredCopyright © 2016. All Rights Reserved.