Class ClientListenerRunner

java.lang.Object
net.i2p.router.client.ClientListenerRunner
All Implemented Interfaces:
Runnable
Direct Known Subclasses:
SSLClientListenerRunner

class ClientListenerRunner
extends Object
implements Runnable
Listen for connections on the specified port, and toss them onto the client manager's set of connections once they are established. This is not used for internal (in-JVM) connections - see ClientManager and QueuedClientConnectionRunner. Note that this is extended by SSLClientListenerRunner for SSL, and by DomainClientListenerRunner in Android for domain sockets.
Author:
jrandom