Uses of Class
org.jgroups.protocols.FD_SOCK.ClientConnectionHandler
Packages that use FD_SOCK.ClientConnectionHandler
Package
Description
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.ClientConnectionHandlerModifier and TypeFieldDescription(package private) final List<FD_SOCK.ClientConnectionHandler> FD_SOCK.ClientConnectionHandler.clientsprotected final List<FD_SOCK.ClientConnectionHandler> FD_SOCK.ServerSocketHandler.clientsConstructor parameters in org.jgroups.protocols with type arguments of type FD_SOCK.ClientConnectionHandlerModifierConstructorDescriptionprotectedClientConnectionHandler(Socket client_sock, List<FD_SOCK.ClientConnectionHandler> clients)