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
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
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.