org.isam.exehda.services.gw
Class SocksGateway

java.lang.Object
  |
  +--org.isam.exehda.services.gw.SocksGateway
All Implemented Interfaces:
java.lang.Runnable, Service

public class SocksGateway
extends java.lang.Object
implements Service, java.lang.Runnable


Nested Class Summary
(package private)  class SocksGateway.SocksConnectionHandler
           
 
Field Summary
(package private) static int SOCKS_SERVER_PORT
           
 
Constructor Summary
SocksGateway()
           
 
Method Summary
 void run()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOCKS_SERVER_PORT

static final int SOCKS_SERVER_PORT
See Also:
Constant Field Values
Constructor Detail

SocksGateway

public SocksGateway()
Method Detail

start

public void start()
Specified by:
start in interface Service

stop

public void stop()
Specified by:
stop in interface Service

run

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