程序包 | 说明 |
---|---|
com.fr.third.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
限定符和类型 | 方法和说明 |
---|---|
UNICAST.UnicastHeader |
UNICAST.UnicastHeader.copy() |
static UNICAST.UnicastHeader |
UNICAST.UnicastHeader.createAckHeader(long seqno,
short conn_id) |
static UNICAST.UnicastHeader |
UNICAST.UnicastHeader.createDataHeader(long seqno,
short conn_id,
boolean first) |
static UNICAST.UnicastHeader |
UNICAST.UnicastHeader.createSendFirstSeqnoHeader(long seqno_received) |
限定符和类型 | 方法和说明 |
---|---|
protected void |
UNICAST.handleUpEvent(Address sender,
UNICAST.UnicastHeader hdr) |