|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--javatunnel.Engine
|
+--javatunnel.HTTPProxyEngine
| Constructor Summary | |
HTTPProxyEngine(Configuration config)
|
|
| Method Summary | |
void |
listen()
|
void |
start(java.io.InputStream imput,
java.io.OutputStream output)
Starts the network engine where the client is Java Code Suitable to use JavaTunnel as library code Engines may or not support this usage |
| Methods inherited from class javatunnel.Engine |
cleanHostsFile, getPathToHostsFile, identifyHostsSystemFilePath, stop |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public HTTPProxyEngine(Configuration config)
| Method Detail |
public void listen()
listen in class Engine
public void start(java.io.InputStream imput,
java.io.OutputStream output)
Engine
start in class Engineimput - InputStream where the engine reads fromoutput - OutputStream where the engine writes
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||