Uses of Class
org.jgroups.protocols.ReliableUnicast.SenderEntry
-
Packages that use ReliableUnicast.SenderEntry Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. -
-
Uses of ReliableUnicast.SenderEntry in org.jgroups.protocols
Fields in org.jgroups.protocols with type parameters of type ReliableUnicast.SenderEntry Modifier and Type Field Description protected java.util.Map<Address,ReliableUnicast.SenderEntry>
ReliableUnicast. send_table
Methods in org.jgroups.protocols that return ReliableUnicast.SenderEntry Modifier and Type Method Description protected ReliableUnicast.SenderEntry
ReliableUnicast. getSenderEntry(Address dst)
Methods in org.jgroups.protocols with parameters of type ReliableUnicast.SenderEntry Modifier and Type Method Description protected void
ReliableUnicast. send(Message msg, ReliableUnicast.SenderEntry entry, boolean dont_loopback_set)
-