anon.proxy
Class JonDoFoxHeader
java.lang.Object
anon.proxy.AbstractHTTPConnectionListener
anon.proxy.JonDoFoxHeader
public final class JonDoFoxHeader
- extends AbstractHTTPConnectionListener
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
HTTP_ENCODING_GZIP
static final java.lang.String HTTP_ENCODING_GZIP
- See Also:
- Constant Field Values
HTTP_ENCODING_DEFLATE
static final java.lang.String HTTP_ENCODING_DEFLATE
- See Also:
- Constant Field Values
USER_AGENT_JONDOFOX
public static final java.lang.String USER_AGENT_JONDOFOX
- See Also:
- Constant Field Values
USER_AGENT_JONDOFOX_NEW
public static final java.lang.String USER_AGENT_JONDOFOX_NEW
- See Also:
- Constant Field Values
USER_AGENT_TORBUTTON
public static final java.lang.String USER_AGENT_TORBUTTON
- See Also:
- Constant Field Values
USER_AGENT_TORBUTTON_OLD
public static final java.lang.String USER_AGENT_TORBUTTON_OLD
- See Also:
- Constant Field Values
JONDOFOX_LANGUAGE
public static final java.lang.String JONDOFOX_LANGUAGE
- See Also:
- Constant Field Values
JONDOFOX_LANGUAGE_NEW
public static final java.lang.String JONDOFOX_LANGUAGE_NEW
- See Also:
- Constant Field Values
JONDOFOX_CHARSET
public static final java.lang.String JONDOFOX_CHARSET
- See Also:
- Constant Field Values
JONDOFOX_CONTENT_TYPES
public static final java.lang.String JONDOFOX_CONTENT_TYPES
- See Also:
- Constant Field Values
JONDOFOX_ENCODING
public static final java.lang.String JONDOFOX_ENCODING
- See Also:
- Constant Field Values
JonDoFoxHeader
public JonDoFoxHeader(int a_priority)
handleRequest
public void handleRequest(HTTPConnectionEvent event)
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
detectInternaEncodingRequired
private static boolean detectInternaEncodingRequired(java.lang.String[] clientSupportedEncodings)
upstreamContentBytesReceived
public void upstreamContentBytesReceived(HTTPConnectionEvent event)
- Specified by:
upstreamContentBytesReceived
in class AbstractHTTPConnectionListener