net.i2p.BOB
Class TCPlistener

java.lang.Object
  extended by net.i2p.BOB.TCPlistener
All Implemented Interfaces:
Runnable

public class TCPlistener
extends Object
implements Runnable

Listen on TCP port and connect to I2P

Author:
sponge

Constructor Summary
TCPlistener(ServerSocket listener, I2PSocketManager S, NamedDB info, NamedDB database, Logger _log, AtomicBoolean lives)
          Constructor
 
Method Summary
 void run()
          Simply listen on TCP port, and thread connections
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TCPlistener

TCPlistener(ServerSocket listener,
            I2PSocketManager S,
            NamedDB info,
            NamedDB database,
            Logger _log,
            AtomicBoolean lives)
Constructor

Parameters:
S -
info -
database -
_log -
Method Detail

run

public void run()
Simply listen on TCP port, and thread connections

Specified by:
run in interface Runnable