Errai 3.0.1-SNAPSHOT

org.jboss.errai.bus.server.io
Interface Buffered

All Known Implementing Classes:
BufferDeliveryHandler

public interface Buffered

Author:
Mike Brock

Method Summary
 boolean copyFromBuffer(MessageQueue queue, ByteWriteAdapter toAdapter)
           
 boolean copyFromBuffer(TimeUnit timeUnit, int timeout, MessageQueue queue, ByteWriteAdapter toAdapter)
           
 

Method Detail

copyFromBuffer

boolean copyFromBuffer(MessageQueue queue,
                       ByteWriteAdapter toAdapter)
                       throws IOException
Throws:
IOException

copyFromBuffer

boolean copyFromBuffer(TimeUnit timeUnit,
                       int timeout,
                       MessageQueue queue,
                       ByteWriteAdapter toAdapter)
                       throws IOException
Throws:
IOException

Errai 3.0.1-SNAPSHOT

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