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 |
---|---|
UNICAST3.Header |
UNICAST3.Header.copy() |
static UNICAST3.Header |
UNICAST3.Header.createAckHeader(long seqno,
short conn_id,
long timestamp) |
static UNICAST3.Header |
UNICAST3.Header.createCloseHeader(short conn_id) |
static UNICAST3.Header |
UNICAST3.Header.createDataHeader(long seqno,
short conn_id,
boolean first) |
static UNICAST3.Header |
UNICAST3.Header.createSendFirstSeqnoHeader(long timestamp) |
static UNICAST3.Header |
UNICAST3.Header.createXmitReqHeader() |
UNICAST3.Header |
UNICAST3.Header.timestamp(long ts) |
Modifier and Type | Method and Description |
---|---|
protected void |
UNICAST3.handleUpEvent(Address sender,
Message msg,
UNICAST3.Header hdr) |
Copyright © 1998-2020 Red Hat. All Rights Reserved.