net.i2p.router.client
Class DomainClientListenerRunner
java.lang.Object
net.i2p.router.client.ClientListenerRunner
net.i2p.router.client.DomainClientListenerRunner
- All Implemented Interfaces:
- Runnable
public class DomainClientListenerRunner
- extends ClientListenerRunner
Unix domain socket version of ClientListenerRunner.
This is a stub that does nothing.
This class is replaced in the Android build.
- Since:
- 0.9.14
- Author:
- str4d
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DomainClientListenerRunner
public DomainClientListenerRunner(RouterContext context,
ClientManager manager)
getServerSocket
protected ServerSocket getServerSocket()
throws IOException
- Description copied from class:
ClientListenerRunner
- Get a ServerSocket.
Split out so it can be overridden for SSL.
- Overrides:
getServerSocket
in class ClientListenerRunner
- Throws:
IOException