|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.i2p.BOB.MUXlisten
public class MUXlisten
Multiplex listeners for TCP and I2P
Field Summary | |
---|---|
(package private) boolean |
come_in
|
(package private) boolean |
go_out
|
Constructor Summary | |
---|---|
MUXlisten(java.util.concurrent.atomic.AtomicBoolean lock,
NamedDB database,
NamedDB info,
Log _log)
Constructor Will fail if INPORT is occupied. |
Method Summary | |
---|---|
void |
run()
MUX sockets, fire off a thread to connect, get destination info, and do I/O |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
boolean go_out
boolean come_in
Constructor Detail |
---|
MUXlisten(java.util.concurrent.atomic.AtomicBoolean lock, NamedDB database, NamedDB info, Log _log) throws I2PException, java.io.IOException, java.lang.RuntimeException
info
- DB entry for this tunneldatabase
- master database of tunnels_log
-
I2PException
java.io.IOException
java.lang.RuntimeException
Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |