org.mobicents.javax.servlet.sip
Interface ProxyBranchListener

All Superinterfaces:
EventListener

public interface ProxyBranchListener
extends EventListener

Interface Extension that adds extra features to the JSR 289 ProxyBranch capabilities.

Author:
jean.deruelle@gmail.com

Method Summary
 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
 

Method Detail

onProxyBranchResponseTimeout

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

Parameters:
responseType - type of response (1xx or final) for which the timer expired
proxyBranch - the proxy branch on which the timer expired


Copyright © 2010. All Rights Reserved.