Package org.jgroups.protocols
Class FD_SOCK.ClientConnectionHandler
java.lang.Object
org.jgroups.protocols.FD_SOCK.ClientConnectionHandler
- All Implemented Interfaces:
Runnable
- Enclosing class:
FD_SOCK
Handles a client connection; multiple client can connect at the same time
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) Socket(package private) final List<FD_SOCK.ClientConnectionHandler> (package private) InputStream -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedClientConnectionHandler(Socket client_sock, List<FD_SOCK.ClientConnectionHandler> clients) -
Method Summary
-
Field Details
-
client_sock
Socket client_sock -
in
InputStream in -
clients
-
-
Constructor Details
-
ClientConnectionHandler
protected ClientConnectionHandler(Socket client_sock, List<FD_SOCK.ClientConnectionHandler> clients)
-
-
Method Details