|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.i2p.router.transport.tcp.ConnectionRunner
class ConnectionRunner
Push out I2NPMessages across the wire
Field Summary | |
---|---|
(package private) static int |
DISCONNECT_INACTIVITY_PERIOD
if we don't send them any real data in a 10 minute period, drop 'em |
Constructor Summary | |
---|---|
ConnectionRunner(RouterContext ctx,
TCPConnection con)
|
Method Summary | |
---|---|
void |
run()
|
void |
startRunning()
|
void |
stopRunning()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
static final int DISCONNECT_INACTIVITY_PERIOD
Constructor Detail |
---|
public ConnectionRunner(RouterContext ctx, TCPConnection con)
Method Detail |
---|
public void startRunning()
public void stopRunning()
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 |