Uses of Class
org.jgroups.protocols.PingHeader
-
Packages that use PingHeader Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. -
-
Uses of PingHeader in org.jgroups.protocols
Methods in org.jgroups.protocols that return PingHeader Modifier and Type Method Description PingHeader
PingHeader. clusterName(java.lang.String name)
PingHeader
PingHeader. initialDiscovery(boolean b)
Methods in org.jgroups.protocols with parameters of type PingHeader Modifier and Type Method Description protected java.lang.Object
Discovery. handle(PingHeader hdr, Message msg)
-