anon.proxy
Class HTTPConnectionEvent

java.lang.Object
  extended by anon.proxy.HTTPConnectionEvent

public class HTTPConnectionEvent
extends java.lang.Object


Constructor Summary
HTTPConnectionEvent()
           
 
Method Summary
 AnonProxyRequest getAnonRequest()
           
 HTTPProxyCallback.HTTPConnectionHeader getConnectionHeader()
           
 long getDownStreamContentBytes()
           
 long getUpStreamContentBytes()
           
 void setAnonRequest(AnonProxyRequest anonRequest)
           
 void setConnectionHeader(HTTPProxyCallback.HTTPConnectionHeader connectionHeader)
           
 void setDownStreamContentBytes(long downStreamContentBytes)
           
 void setUpStreamContentBytes(long upStreamContentBytes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPConnectionEvent

public HTTPConnectionEvent()
Method Detail

getConnectionHeader

public HTTPProxyCallback.HTTPConnectionHeader getConnectionHeader()

setConnectionHeader

public void setConnectionHeader(HTTPProxyCallback.HTTPConnectionHeader connectionHeader)

getUpStreamContentBytes

public long getUpStreamContentBytes()

setUpStreamContentBytes

public void setUpStreamContentBytes(long upStreamContentBytes)

getDownStreamContentBytes

public long getDownStreamContentBytes()

setDownStreamContentBytes

public void setDownStreamContentBytes(long downStreamContentBytes)

getAnonRequest

public AnonProxyRequest getAnonRequest()

setAnonRequest

public void setAnonRequest(AnonProxyRequest anonRequest)