Interface ReplayBuffer

  • All Known Implementing Classes:
    DefaultReplayBuffer

    public interface ReplayBuffer
    This class keeps around a buffer of old commands which have been sent on an unreliable transport. The buffers are of type Object as they could be datagrams or byte[] or ByteBuffer - depending on the underlying transport implementation.