anon.proxy
Class AnonProxyRequest

java.lang.Object
  extended by anon.proxy.AnonProxyRequest
All Implemented Interfaces:
java.lang.Runnable

public final class AnonProxyRequest
extends java.lang.Object
implements java.lang.Runnable


Method Summary
 java.lang.String[] getContentEncodings()
           
static int getNrOfRequests()
           
 boolean isInternalEncodingRequired()
           
 void run()
           
 void setContentEncodings(java.lang.String[] contentEncodings)
           
 void setInternalEncodingRequired(boolean internalEncodingRequired)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getNrOfRequests

public static int getNrOfRequests()

run

public void run()
Specified by:
run in interface java.lang.Runnable

isInternalEncodingRequired

public boolean isInternalEncodingRequired()

setInternalEncodingRequired

public void setInternalEncodingRequired(boolean internalEncodingRequired)

getContentEncodings

public java.lang.String[] getContentEncodings()

setContentEncodings

public void setContentEncodings(java.lang.String[] contentEncodings)