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 | Field and Description |
---|---|
protected ConcurrentMap<Address,UNICAST2.ReceiverEntry> |
UNICAST2.recv_table |
Modifier and Type | Method and Description |
---|---|
protected UNICAST2.ReceiverEntry |
UNICAST2.getOrCreateReceiverEntry(Address sender,
long seqno,
short conn_id) |
protected UNICAST2.ReceiverEntry |
UNICAST2.getReceiverEntry(Address sender,
long seqno,
boolean first,
short conn_id) |
Copyright © 2013 JBoss, a division of Red Hat. All rights reserved.