public class StompDecoder extends Object
| Constructor and Description |
|---|
StompDecoder() |
| Modifier and Type | Method and Description |
|---|---|
Message<byte[]> |
decode(ByteBuffer buffer)
Decodes a STOMP frame in the given
buffer into a Message. |
public Message<byte[]> decode(ByteBuffer buffer)
buffer into a Message.buffer - The buffer to decode the frame from