Package | Description |
---|---|
org.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
protected void |
UNICAST.handleUpEvent(Address sender,
UNICAST.UnicastHeader hdr)
Deprecated.
|
Copyright © 1998-2020 Red Hat. All Rights Reserved.