|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
ReplayBuffer | This class keeps around a buffer of old commands which have been sent on an unreliable transport. |
ReplayBufferListener | Listens to events on a ReplayBuffer |
Replayer | Used by a ReplayBuffer to replay buffers back over an unreliable transport |
ReplayStrategy | A pluggable strategy for how to deal with dropped packets. |
Class Summary | |
---|---|
DefaultReplayBuffer | |
DefaultReplayStrategy | Throws an exception if packets are dropped causing the transport to be closed. |
ExceptionIfDroppedReplayStrategy | Throws an exception if packets are dropped causing the transport to be closed. |
ReliableTransport | This interceptor deals with out of order commands together with being able to handle dropped commands and the re-requesting dropped commands. |
The Reliable transport deals with out of order commands as well as dealing with checking for missed commands and possibly re-requesting the replay of dropped commands.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |