StompDecoder.decode

Decodes one or more STOMP frames from the given {@code ByteBuffer} into a list of {@link Message Messages}. If the input buffer contains partial STOMP frame content, or additional content with a partial STOMP frame, the buffer is reset and {@code null} is returned. @param byteBuffer the buffer to decode the STOMP frame from @return the decoded messages, or an empty list if none @throws StompConversionException raised in case of decoding issues

  1. List!(ByteMessage) decode(ByteBuffer byteBuffer)
    class StompDecoder
    decode
    (
    ByteBuffer byteBuffer
    )
  2. List!(ByteMessage) decode(ByteBuffer byteBuffer, MultiStringsMap partialMessageHeaders)

Meta