Uses of Class
org.jgroups.protocols.TCPPING
-
Packages that use TCPPING Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. -
-
Uses of TCPPING in org.jgroups.protocols
Methods in org.jgroups.protocols with type parameters of type TCPPING Modifier and Type Method Description <T extends TCPPING>
TTCPPING. clearDynamicHostList()
<T extends TCPPING>
TTCPPING. initialHosts(java.util.Collection<java.net.InetSocketAddress> h)
<T extends TCPPING>
TTCPPING. portRange(int r)
<T extends TCPPING>
TTCPPING. setInitialHosts(java.util.Collection<java.net.InetSocketAddress> hosts)
<T extends TCPPING>
TTCPPING. setInitialHosts2(java.util.Collection<PhysicalAddress> hosts)
<T extends TCPPING>
TTCPPING. setPortRange(int port_range)
-