Package org.jgroups.protocols
Class FD_SOCK.ClientConnectionHandler
- java.lang.Object
-
- org.jgroups.protocols.FD_SOCK.ClientConnectionHandler
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- FD_SOCK
protected static class FD_SOCK.ClientConnectionHandler extends java.lang.Object implements java.lang.Runnable
Handles a client connection; multiple client can connect at the same time
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ClientConnectionHandler(java.net.Socket client_sock, java.util.List<FD_SOCK.ClientConnectionHandler> clients)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
protected void
stopThread(boolean graceful)
-
-
-
Constructor Detail
-
ClientConnectionHandler
protected ClientConnectionHandler(java.net.Socket client_sock, java.util.List<FD_SOCK.ClientConnectionHandler> clients)
-
-