anon.proxy
Class HttpConnectionListenerAdapter

java.lang.Object
  extended by anon.proxy.AbstractHTTPConnectionListener
      extended by anon.proxy.HttpConnectionListenerAdapter
Direct Known Subclasses:
JAPController.WarnNoJonDoFoxHttpListener, JAPController.WarnSmallBalanceOnDownloadListener

public class HttpConnectionListenerAdapter
extends AbstractHTTPConnectionListener


Constructor Summary
HttpConnectionListenerAdapter(int a_priority)
           
 
Method Summary
 void downstreamContentBytesReceived(HTTPConnectionEvent event)
           
 void requestHeadersReceived(HTTPConnectionEvent event)
           
 void responseHeadersReceived(HTTPConnectionEvent event)
           
 void upstreamContentBytesReceived(HTTPConnectionEvent event)
           
 
Methods inherited from class anon.proxy.AbstractHTTPConnectionListener
equals, getPriority, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpConnectionListenerAdapter

public HttpConnectionListenerAdapter(int a_priority)
Method Detail

downstreamContentBytesReceived

public void downstreamContentBytesReceived(HTTPConnectionEvent event)
Specified by:
downstreamContentBytesReceived in class AbstractHTTPConnectionListener

requestHeadersReceived

public void requestHeadersReceived(HTTPConnectionEvent event)
Specified by:
requestHeadersReceived in class AbstractHTTPConnectionListener

responseHeadersReceived

public void responseHeadersReceived(HTTPConnectionEvent event)
Specified by:
responseHeadersReceived in class AbstractHTTPConnectionListener

upstreamContentBytesReceived

public void upstreamContentBytesReceived(HTTPConnectionEvent event)
Specified by:
upstreamContentBytesReceived in class AbstractHTTPConnectionListener