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 © 2018 The Apache Software Foundation. All rights reserved.