Uses of Class
org.jgroups.protocols.UnicastHeader3
-
Packages that use UnicastHeader3 Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. -
-
Uses of UnicastHeader3 in org.jgroups.protocols
Methods in org.jgroups.protocols that return UnicastHeader3 Modifier and Type Method Description UnicastHeader3
UnicastHeader3. copy()
static UnicastHeader3
UnicastHeader3. createAckHeader(long seqno, short conn_id, int timestamp)
static UnicastHeader3
UnicastHeader3. createCloseHeader(short conn_id)
static UnicastHeader3
UnicastHeader3. createDataHeader(long seqno, short conn_id, boolean first)
static UnicastHeader3
UnicastHeader3. createSendFirstSeqnoHeader(int timestamp)
static UnicastHeader3
UnicastHeader3. createXmitReqHeader()
UnicastHeader3
UnicastHeader3. timestamp(int ts)
Methods in org.jgroups.protocols with parameters of type UnicastHeader3 Modifier and Type Method Description protected void
UNICAST3. handleUpEvent(Address sender, Message msg, UnicastHeader3 hdr)
-