org.apache.ws.commons.tcpmon.core.engine
Interface InterceptorListener

All Known Implementing Classes:
AbstractListener, Dump

public interface InterceptorListener


Method Summary
 RequestResponseListener createRequestResponseListener(String fromHost)
          Create a listener for a new request-response exchange.
 void onServerSocketError(Throwable ex)
           
 void onServerSocketStart()
           
 

Method Detail

onServerSocketStart

void onServerSocketStart()

onServerSocketError

void onServerSocketError(Throwable ex)

createRequestResponseListener

RequestResponseListener createRequestResponseListener(String fromHost)
Create a listener for a new request-response exchange.

Parameters:
fromHost -
Returns:
the listener or null if the implementation is not interested in receiving events for a request-response exchange


Copyright © The Apache Software Foundation. All Rights Reserved.