javatunnel
Class HTTPRequestTask

java.lang.Object
  |
  +--javatunnel.HTTPRequestTask
All Implemented Interfaces:
java.lang.Runnable, Task

public class HTTPRequestTask
extends java.lang.Object
implements Task

Author:
utopio To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments

Field Summary
static byte dummyOfuscationKey
           
static java.lang.String FirstLineHeader
           
 
Method Summary
 void run()
           
static java.lang.String xorOfuscate(java.lang.String text, byte key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FirstLineHeader

public static final java.lang.String FirstLineHeader
See Also:
Constant Field Values

dummyOfuscationKey

public static byte dummyOfuscationKey
Method Detail

run

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

xorOfuscate

public static java.lang.String xorOfuscate(java.lang.String text,
                                           byte key)