Package net.i2p.BOB
Class MUXlisten
java.lang.Object
net.i2p.BOB.MUXlisten
- All Implemented Interfaces:
Runnable
public class MUXlisten extends Object implements Runnable
Multiplex listeners for TCP and I2P
- Author:
- sponge
-
Constructor Summary
Constructors Constructor Description MUXlisten(AtomicBoolean lock, NamedDB database, NamedDB info, Logger _log)Constructor Will fail if INPORT is occupied. -
Method Summary
Modifier and Type Method Description voidrun()MUX sockets, fire off a thread to connect, get destination info, and do I/O
-
Constructor Details
-
MUXlisten
MUXlisten(AtomicBoolean lock, NamedDB database, NamedDB info, Logger _log) throws I2PException, IOException, RuntimeExceptionConstructor Will fail if INPORT is occupied.- Parameters:
info- DB entry for this tunneldatabase- master database of tunnels_log-- Throws:
I2PExceptionIOExceptionRuntimeException
-
-
Method Details