Package | Description |
---|---|
org.jboss.errai.bus.server.io | |
org.jboss.errai.bus.server.io.buffers |
Modifier and Type | Class and Description |
---|---|
class |
MultiMessageFilter
This
BufferFilter is used for re-writing the data in the buffer to permit properly formed
multi-message payloads. |
Modifier and Type | Method and Description |
---|---|
static void |
PageUtil.readInPageFile(MessageQueue queue,
ByteWriteAdapter outputStream,
BufferFilter callback) |
Modifier and Type | Method and Description |
---|---|
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) |
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.read(ByteWriteAdapter outputStream,
BufferColor bufferColor,
BufferFilter callback,
long sequence) |
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(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.
|
boolean |
Buffer.readWait(TimeUnit unit,
long time,
ByteWriteAdapter outputStream,
BufferColor bufferColor,
BufferFilter callback) |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.