Uses of Class
org.jgroups.protocols.SimpleTCP.Connection
-
Packages that use SimpleTCP.Connection Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. -
-
Uses of SimpleTCP.Connection in org.jgroups.protocols
Fields in org.jgroups.protocols with type parameters of type SimpleTCP.Connection Modifier and Type Field Description protected java.util.Map<java.net.SocketAddress,SimpleTCP.Connection>
SimpleTCP. connections
Methods in org.jgroups.protocols that return SimpleTCP.Connection Modifier and Type Method Description protected SimpleTCP.Connection
SimpleTCP. getConnection(java.net.SocketAddress dest)
protected SimpleTCP.Connection
SimpleTCP.Connection. start()
-