Package net.i2p.BOB
Class MUXlisten
- java.lang.Object
-
- net.i2p.BOB.MUXlisten
-
-
Constructor Summary
Constructors Constructor Description MUXlisten(AtomicBoolean lock, NamedDB database, NamedDB info, Logger _log)Constructor Will fail if INPORT is occupied.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()MUX sockets, fire off a thread to connect, get destination info, and do I/O
-
-
-
Constructor Detail
-
MUXlisten
MUXlisten(AtomicBoolean lock, NamedDB database, NamedDB info, Logger _log) throws I2PException, IOException, RuntimeException
Constructor Will fail if INPORT is occupied.- Parameters:
info- DB entry for this tunneldatabase- master database of tunnels_log-- Throws:
I2PExceptionIOExceptionRuntimeException
-
-