Package | Description |
---|---|
org.jboss.errai.bus.server |
The server-side components of ErraiBus.
|
org.jboss.errai.bus.server.api | |
org.jboss.errai.bus.server.io | |
org.jboss.errai.bus.server.io.buffers | |
org.jboss.errai.bus.server.util |
Modifier and Type | Method and Description |
---|---|
boolean |
MessageQueueImpl.poll(ByteWriteAdapter stream) |
boolean |
MessageQueueImpl.poll(TimeUnit timeUnit,
int time,
ByteWriteAdapter stream) |
Modifier and Type | Method and Description |
---|---|
boolean |
MessageQueue.poll(ByteWriteAdapter stream) |
boolean |
MessageQueue.poll(TimeUnit timeUnit,
int time,
ByteWriteAdapter stream) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractByteWriteAdapter |
class |
OutputStreamWriteAdapter
A simple wrapper implementation of
ByteWriteAdapter which forwards all writes to the
OutputStream specified when creating the adapter. |
Modifier and Type | Method and Description |
---|---|
void |
MultiMessageFilter.after(ByteWriteAdapter outstream) |
void |
MultiMessageFilter.before(ByteWriteAdapter outstream) |
boolean |
Buffered.copyFromBuffer(MessageQueue queue,
ByteWriteAdapter toAdapter) |
boolean |
BufferDeliveryHandler.copyFromBuffer(MessageQueue queue,
ByteWriteAdapter toAdapter) |
boolean |
Buffered.copyFromBuffer(TimeUnit timeUnit,
int timeout,
MessageQueue queue,
ByteWriteAdapter toAdapter) |
boolean |
BufferDeliveryHandler.copyFromBuffer(TimeUnit timeUnit,
int timeout,
MessageQueue queue,
ByteWriteAdapter toAdapter) |
int |
MultiMessageFilter.each(int i,
ByteWriteAdapter outstream) |
static void |
PageUtil.readInPageFile(MessageQueue queue,
ByteWriteAdapter outputStream,
BufferFilter callback) |
Modifier and Type | Method and Description |
---|---|
void |
BufferFilter.after(ByteWriteAdapter writer) |
void |
BufferFilter.before(ByteWriteAdapter writer) |
int |
BufferFilter.each(int i,
ByteWriteAdapter writer) |
boolean |
TransmissionBuffer.read(ByteWriteAdapter outputStream,
BufferColor bufferColor)
Reads all the available data of the specified color from the buffer into the provided OutputStream
|
boolean |
Buffer.read(ByteWriteAdapter outputStream,
BufferColor bufferColor) |
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)
Reads from the buffer into the provided OutputStream, waiting indefinitely for data to arrive that is
relavent to the specified
BufferColor |
boolean |
Buffer.readWait(ByteWriteAdapter outputStream,
BufferColor bufferColor) |
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)
Reads from the buffer into the provided OutputStream, waiting up to the specified wait time for data
of the specified color to become available.
|
boolean |
Buffer.readWait(TimeUnit unit,
long time,
ByteWriteAdapter outputStream,
BufferColor bufferColor) |
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) |
Modifier and Type | Class and Description |
---|---|
class |
MarkedByteWriteAdapter |
Constructor and Description |
---|
MarkedByteWriteAdapter(ByteWriteAdapter writeAdapter) |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.