Uses of Class
org.jgroups.protocols.FD_SOCK.ClientConnectionHandler
-
Packages that use FD_SOCK.ClientConnectionHandler Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. -
-
Uses of FD_SOCK.ClientConnectionHandler in org.jgroups.protocols
Fields in org.jgroups.protocols with type parameters of type FD_SOCK.ClientConnectionHandler Modifier and Type Field Description protected java.util.List<FD_SOCK.ClientConnectionHandler>
FD_SOCK.ServerSocketHandler. clients
Constructor parameters in org.jgroups.protocols with type arguments of type FD_SOCK.ClientConnectionHandler Constructor Description ClientConnectionHandler(java.net.Socket client_sock, java.util.List<FD_SOCK.ClientConnectionHandler> clients)
-