Errai 3.0.1-SNAPSHOT

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

All Known Implementing Classes:
MultiMessageFilter

public interface BufferFilter

A buffer filter is used for manipulating the data in the buffer as it is read from the buffer, before it's written into the transport layer.

Author:
Mike Brock

Method Summary
 void after(ByteWriteAdapter writer)
           
 void before(ByteWriteAdapter writer)
           
 int each(int i, ByteWriteAdapter writer)
           
 

Method Detail

before

void before(ByteWriteAdapter writer)
            throws IOException
Throws:
IOException

each

int each(int i,
         ByteWriteAdapter writer)
         throws IOException
Throws:
IOException

after

void after(ByteWriteAdapter writer)
           throws IOException
Throws:
IOException

Errai 3.0.1-SNAPSHOT

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