net.i2p.BOB
Class I2Plistener

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

public class I2Plistener
extends Object
implements Runnable

Listen on I2P and connect to TCP

Author:
sponge

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

Constructor Detail

I2Plistener

I2Plistener(I2PServerSocket SS,
            I2PSocketManager S,
            NamedDB info,
            NamedDB database,
            Logger _log,
            AtomicBoolean lives)
Constructor

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

run

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

Specified by:
run in interface Runnable