class LocalClientListenerRunner extends ClientListenerRunner
_bindAllInterfaces, _context, _listening, _log, _manager, _port, _running, _socket, BIND_ALL_INTERFACES, CONNECT_TIMEOUT| Constructor and Description |
|---|
LocalClientListenerRunner(RouterContext context,
ClientManager manager,
int port) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
runConnection(Socket socket)
Handle the connection by passing it off to a
ClientConnectionRunner |
getServerSocket, isListening, run, runServer, stopListening, validatepublic LocalClientListenerRunner(RouterContext context, ClientManager manager, int port)
protected void runConnection(Socket socket)
ClientListenerRunnerClientConnectionRunnerrunConnection in class ClientListenerRunner