net.i2p.router.client
Class InternalClientListenerRunner
java.lang.Object
net.i2p.router.client.ClientListenerRunner
net.i2p.router.client.InternalClientListenerRunner
- All Implemented Interfaces:
- Runnable
public class InternalClientListenerRunner
- extends ClientListenerRunner
Listen for in-JVM connections on the internal "socket"
- Since:
- 0.7.9
- Author:
- zzz
Method Summary |
void |
runServer()
Start up the socket listener, listens for connections, and
fires those connections off via runConnection . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InternalClientListenerRunner
public InternalClientListenerRunner(RouterContext context,
ClientManager manager,
int port)
runServer
public void runServer()
- Start up the socket listener, listens for connections, and
fires those connections off via
runConnection
.
This only returns if the socket cannot be opened or there is a catastrophic
failure.
- Overrides:
runServer
in class ClientListenerRunner