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 |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
protected void |
UNICAST3.handleUpEvent(Address sender,
Message msg,
UnicastHeader3 hdr) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.