Uses of Class
org.jgroups.protocols.MPING
-
Packages that use MPING Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. -
-
Uses of MPING in org.jgroups.protocols
Methods in org.jgroups.protocols with type parameters of type MPING Modifier and Type Method Description protected <T extends MPING>
TMPING. setInterface(java.net.InetAddress intf, java.net.MulticastSocket s)
Methods in org.jgroups.protocols that return MPING Modifier and Type Method Description MPING
MPING. mcastAddress(java.net.InetAddress a)
MPING
MPING. setBindAddr(java.net.InetAddress b)
MPING
MPING. setMcastAddr(java.net.InetAddress a)
MPING
MPING. setMcastPort(int p)
MPING
MPING. setMulticastAddress(java.lang.String a)
MPING
MPING. setTTL(int ip_ttl)
-