Errai 3.0.1-SNAPSHOT

Uses of Interface
org.jboss.errai.bus.server.io.ByteWriteAdapter

Packages that use ByteWriteAdapter
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   
 

Uses of ByteWriteAdapter in org.jboss.errai.bus.server
 

Methods in org.jboss.errai.bus.server with parameters of type ByteWriteAdapter
 boolean MessageQueueImpl.poll(ByteWriteAdapter stream)
           
 boolean MessageQueueImpl.poll(TimeUnit timeUnit, int time, ByteWriteAdapter stream)
           
 

Uses of ByteWriteAdapter in org.jboss.errai.bus.server.api
 

Methods in org.jboss.errai.bus.server.api with parameters of type ByteWriteAdapter
 boolean MessageQueue.poll(ByteWriteAdapter stream)
           
 boolean MessageQueue.poll(TimeUnit timeUnit, int time, ByteWriteAdapter stream)
           
 

Uses of ByteWriteAdapter in org.jboss.errai.bus.server.io
 

Classes in org.jboss.errai.bus.server.io that implement ByteWriteAdapter
 class AbstractByteWriteAdapter
           
 class OutputStreamWriteAdapter
          A simple wrapper implementation of ByteWriteAdapter which forwards all writes to the OutputStream specified when creating the adapter.
 

Methods in org.jboss.errai.bus.server.io with parameters of type ByteWriteAdapter
 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)
           
 

Uses of ByteWriteAdapter in org.jboss.errai.bus.server.io.buffers
 

Methods in org.jboss.errai.bus.server.io.buffers with parameters of type ByteWriteAdapter
 void BufferFilter.after(ByteWriteAdapter writer)
           
 void BufferFilter.before(ByteWriteAdapter writer)
           
 int BufferFilter.each(int i, ByteWriteAdapter writer)
           
 boolean Buffer.read(ByteWriteAdapter outputStream, BufferColor bufferColor)
           
 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, 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)
           
 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, 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)
           
 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, 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.
 

Uses of ByteWriteAdapter in org.jboss.errai.bus.server.util
 

Classes in org.jboss.errai.bus.server.util that implement ByteWriteAdapter
 class MarkedByteWriteAdapter
           
 

Constructors in org.jboss.errai.bus.server.util with parameters of type ByteWriteAdapter
MarkedByteWriteAdapter(ByteWriteAdapter writeAdapter)
           
 


Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.