Methods in org.jboss.errai.bus.server.io.buffers with parameters of type BufferFilter |
boolean |
Buffer.read(ByteWriteAdapter outputStream,
BufferColor bufferColor,
BufferFilter callback)
|
boolean |
TransmissionBuffer.read(ByteWriteAdapter outputStream,
BufferColor bufferColor,
BufferFilter callback)
Reads all the available data of the specified color from the buffer into the provided OutputStream
with a provided BufferFilter . |
boolean |
Buffer.read(ByteWriteAdapter outputStream,
BufferColor bufferColor,
BufferFilter callback,
long sequence)
|
boolean |
TransmissionBuffer.read(ByteWriteAdapter outputStream,
BufferColor bufferColor,
BufferFilter callback,
long sequence)
Reads all the available data of the specified color from the buffer into the provided OutputStream
with a provided BufferFilter . |
boolean |
Buffer.readWait(ByteWriteAdapter outputStream,
BufferColor bufferColor,
BufferFilter callback)
|
boolean |
TransmissionBuffer.readWait(ByteWriteAdapter outputStream,
BufferColor bufferColor,
BufferFilter callback)
Reads from the buffer into the provided OutputStream, waiting indefinitely for data
of the specified color to become available. |
boolean |
Buffer.readWait(TimeUnit unit,
long time,
ByteWriteAdapter outputStream,
BufferColor bufferColor,
BufferFilter callback)
|
boolean |
TransmissionBuffer.readWait(TimeUnit unit,
long time,
ByteWriteAdapter outputStream,
BufferColor bufferColor,
BufferFilter callback)
Reads from the buffer into the provided OutputStream, waiting indefinitely for data
of the specified color to become available with the provided callback. |