protected class FD_SOCK.ServerSocketHandler extends Object implements Runnable
Modifier and Type | Field and Description |
---|---|
protected Thread |
acceptor |
protected List<FD_SOCK.ClientConnectionHandler> |
clients
List
|
Modifier | Constructor and Description |
---|---|
protected |
ServerSocketHandler() |
Modifier and Type | Method and Description |
---|---|
protected String |
getName() |
void |
run()
Only accepts 1 client connection at a time (saving threads)
|
protected void |
start() |
protected void |
stop(boolean graceful) |
protected Thread acceptor
protected final List<FD_SOCK.ClientConnectionHandler> clients
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.