Errai 3.0.1-SNAPSHOT

Uses of Interface
org.jboss.errai.bus.server.io.buffers.BufferFilter

Packages that use BufferFilter
org.jboss.errai.bus.server.io   
org.jboss.errai.bus.server.io.buffers   
 

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

Classes in org.jboss.errai.bus.server.io that implement BufferFilter
 class MultiMessageFilter
          This BufferFilter is used for re-writing the data in the buffer to permit properly formed multi-message payloads.
 

Methods in org.jboss.errai.bus.server.io with parameters of type BufferFilter
static void PageUtil.readInPageFile(MessageQueue queue, ByteWriteAdapter outputStream, BufferFilter callback)
           
 

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

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.
 


Errai 3.0.1-SNAPSHOT

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