public interface Replayer
ReplayBuffer to replay buffers back over an unreliable transport| Modifier and Type | Method and Description |
|---|---|
void |
sendBuffer(int commandId,
java.lang.Object buffer)
Sends the given buffer back to the transport
if the buffer could be found - otherwise maybe send some kind
of exception
|
void sendBuffer(int commandId,
java.lang.Object buffer)
throws java.io.IOException
commandId - the command IDbuffer - the buffer to be sent - or null if the buffer no longer exists in the bufferjava.io.IOExceptionCopyright © 2005-2014 Red Hat, Inc.. All Rights Reserved.