|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.i2p.router.transport.tcp.TCPListener
class TCPListener
Listen for TCP connections with a listener thread
Nested Class Summary | |
---|---|
(package private) class |
TCPListener.ListenerRunner
|
Field Summary | |
---|---|
(package private) static int |
HANDLE_TIMEOUT
if we're not making progress in 10s, drop 'em |
Constructor Summary | |
---|---|
TCPListener(RouterContext context,
TCPTransport transport)
|
Method Summary | |
---|---|
void |
startListening()
Make sure we are listening per the transport's config |
void |
stopListening()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
static final int HANDLE_TIMEOUT
Constructor Detail |
---|
public TCPListener(RouterContext context, TCPTransport transport)
Method Detail |
---|
public void startListening()
public void stopListening()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |