javatunnel
Class HTTPProxyEngine

java.lang.Object
  |
  +--javatunnel.Engine
        |
        +--javatunnel.HTTPProxyEngine

public class HTTPProxyEngine
extends Engine

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

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

HTTPProxyEngine

public HTTPProxyEngine(Configuration config)
Method Detail

listen

public void listen()
Specified by:
listen in class Engine

start

public void start(java.io.InputStream imput,
                  java.io.OutputStream output)
Description copied from class: Engine
Starts the network engine where the client is Java Code Suitable to use JavaTunnel as library code Engines may or not support this usage

Specified by:
start in class Engine
Parameters:
imput - InputStream where the engine reads from
output - OutputStream where the engine writes