javatunnel
Class GNUHTTPTunnelEngine

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

public class GNUHTTPTunnelEngine
extends Engine

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

Constructor Summary
GNUHTTPTunnelEngine(Configuration config)
           
 
Method Summary
 void listen()
           
 void start(java.io.InputStream input, 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

GNUHTTPTunnelEngine

public GNUHTTPTunnelEngine(Configuration config)
Method Detail

listen

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

start

public void start(java.io.InputStream input,
                  java.io.OutputStream output)
           throws java.lang.UnsupportedOperationException
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:
input - InputStream where the engine reads from
output - OutputStream where the engine writes
Throws:
java.lang.UnsupportedOperationException - Throwed when the engine doesn't support this mode