Package net.i2p.BOB
Class MUXlisten
- java.lang.Object
- 
- net.i2p.BOB.MUXlisten
 
- 
- 
Constructor SummaryConstructors Constructor Description MUXlisten(AtomicBoolean lock, NamedDB database, NamedDB info, Logger _log)Constructor Will fail if INPORT is occupied.
 - 
Method SummaryAll 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- 
MUXlistenMUXlisten(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 tunnel
- database- master database of tunnels
- _log-
- Throws:
- I2PException
- IOException
- RuntimeException
 
 
- 
 
-