Uses of Class
org.jgroups.protocols.TCPPING
Packages that use TCPPING
Package
Description
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 TCPPINGModifier and TypeMethodDescription<T extends TCPPING>
TTCPPING.clearDynamicHostList()<T extends TCPPING>
TTCPPING.initialHosts(Collection<InetSocketAddress> h) <T extends TCPPING>
TTCPPING.portRange(int r) <T extends TCPPING>
TTCPPING.setInitialHosts(Collection<InetSocketAddress> hosts) <T extends TCPPING>
TTCPPING.setInitialHosts2(Collection<PhysicalAddress> hosts) <T extends TCPPING>
TTCPPING.setPortRange(int port_range)