Uses of Class
org.jgroups.protocols.TpHeader
-
Packages that use TpHeader Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network.org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of TpHeader in org.jgroups.protocols
Fields in org.jgroups.protocols declared as TpHeader Modifier and Type Field Description protected TpHeader
TP. header
The header including the cluster name, sent with each message -
Uses of TpHeader in org.jgroups.util
Methods in org.jgroups.util with parameters of type TpHeader Modifier and Type Method Description void
RTT. handleMessage(Message msg, TpHeader hdr)
Called when a message (request or response) is receivedprotected void
RTT. handleRequest(Address sender, TpHeader hdr)
-