Uses of Class
org.jgroups.blocks.cs.TcpConnection
-
Packages that use TcpConnection Package Description org.jgroups.blocks.cs -
-
Uses of TcpConnection in org.jgroups.blocks.cs
Subclasses of TcpConnection in org.jgroups.blocks.cs Modifier and Type Class Description class
TcpConnectionNonBlocking
TCP connection which (despite the fancy name) blocks only a single thread at most.Fields in org.jgroups.blocks.cs declared as TcpConnection Modifier and Type Field Description protected TcpConnection
TcpClient. conn
Methods in org.jgroups.blocks.cs that return TcpConnection Modifier and Type Method Description protected TcpConnection
TcpBaseServer. createConnection(Address dest)
-