protected class FD_SOCK.ServerSocketHandler
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
protected java.lang.Thread |
acceptor |
protected java.util.List<FD_SOCK.ClientConnectionHandler> |
clients
List
|
Modifier | Constructor and Description |
---|---|
protected |
ServerSocketHandler() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
getName() |
void |
run()
Only accepts 1 client connection at a time (saving threads)
|
protected void |
start() |
protected void |
stop(boolean graceful) |
protected java.lang.Thread acceptor
protected final java.util.List<FD_SOCK.ClientConnectionHandler> clients
Copyright © 1998-2020 Red Hat. All Rights Reserved.