StompEncoder

An encoder for STOMP frames.

@author Andy Wilkinson @author Rossen Stoyanchev @since 4.0 @see StompDecoder

Constructors

this
this()
Undocumented in source.

Members

Functions

encode
byte[] encode(Message!(byte[]) message)

Encodes the given STOMP {@code message} into a {@code byte[]}. @param message the message to encode @return the encoded message

encode
byte[] encode(Map!(string, Object) headers, byte[] payload)

Encodes the given payload and headers into a {@code byte[]}. @param headers the headers @param payload the payload @return the encoded message

Meta