public interface BufferHandler
The Buffer Handler will decode the buffer and take the appropriate action, typically forwarding to the correct channel.
Modifier and Type | Method and Description |
---|---|
void |
bufferReceived(Object connectionID,
ActiveMQBuffer buffer)
called by the remoting connection when a buffer is received.
|
void bufferReceived(Object connectionID, ActiveMQBuffer buffer)
connectionID
- the connection the buffer was received onbuffer
- the buffer to decodeCopyright © 2016 JBoss by Red Hat. All rights reserved.