hunt.stomp.simp.stomp.BufferingStompDecoder

Undocumented in source.

Members

Classes

BufferingStompDecoder
class BufferingStompDecoder

An extension of {@link hunt.stomp.simp.stomp.StompDecoder} that buffers content remaining in the input ByteBuffer after the parent class has read all (complete) STOMP frames from it. The remaining content represents an incomplete STOMP frame. When called repeatedly with additional data, the decode method returns one or more messages or, if there is not enough data still, continues to buffer.

Meta