net.i2p.router.client
Class DomainClientListenerRunner

java.lang.Object
  extended by net.i2p.router.client.ClientListenerRunner
      extended by 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

Field Summary
 
Fields inherited from class net.i2p.router.client.ClientListenerRunner
_bindAllInterfaces, _context, _listening, _log, _manager, _port, _running, _socket, BIND_ALL_INTERFACES, CONNECT_TIMEOUT
 
Constructor Summary
DomainClientListenerRunner(RouterContext context, ClientManager manager)
           
 
Method Summary
protected  ServerSocket getServerSocket()
          Get a ServerSocket.
 
Methods inherited from class net.i2p.router.client.ClientListenerRunner
isListening, run, runConnection, runServer, stopListening, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DomainClientListenerRunner

public DomainClientListenerRunner(RouterContext context,
                                  ClientManager manager)
Method Detail

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