Uses of Class
org.jgroups.blocks.cs.TcpServer
Packages that use TcpServer
Package
Description
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
-
Uses of TcpServer in org.jgroups.blocks.cs
Methods in org.jgroups.blocks.cs that return TcpServerConstructors in org.jgroups.blocks.cs with parameters of type TcpServerModifierConstructorDescriptionTcpConnection(Socket s, TcpServer server) Called byTcpServer.Acceptor.handleAccept(Socket)TcpConnectionNonBlocking(Socket s, TcpServer server, int max_size) -
Uses of TcpServer in org.jgroups.protocols
Fields in org.jgroups.protocols declared as TcpServer