Uses of Class
org.jgroups.blocks.cs.TcpServer
-
Packages that use TcpServer Package Description org.jgroups.blocks.cs org.jgroups.protocols 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 TcpServer Modifier and Type Method Description TcpServer
TcpServer. setLogAcceptError(boolean l)
Constructors in org.jgroups.blocks.cs with parameters of type TcpServer Constructor Description TcpConnection(java.net.Socket s, TcpServer server)
Called byTcpServer.Acceptor.handleAccept(Socket)
TcpConnectionNonBlocking(java.net.Socket s, TcpServer server)
-
Uses of TcpServer in org.jgroups.protocols
Fields in org.jgroups.protocols declared as TcpServer Modifier and Type Field Description protected TcpServer
TCP. srv
-