All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----JavaGroups.JavaStack.Protocol
|
+----JavaGroups.JavaStack.Protocols.UNICAST
This
layer is used to reliably transmit point-to-point messages, that is, either messages sent to a
single receiver (vs. messages multicast to a group) or for example replies to a multicast message. The
sender uses an AckSenderWindow which retransmits messages for which it hasn't received
an ACK, the receiver uses AckReceiverWindow which keeps track of the lowest seqno
received so far, and keeps messages in order.
public UNICAST()
public String GetName()
public boolean SetProperties(Properties props)
public void Up(Event evt)
public void Down(Event evt)
public void Retransmit(long seqno,
Message msg,
int num_tries)
All Packages Class Hierarchy This Package Previous Next Index