See: Description
Class | Description |
---|---|
BufferingStompDecoder |
An extension of
StompDecoder
that buffers content remaining in the input ByteBuffer after the parent
class has read all (complete) STOMP frames from it. |
Reactor11StompCodec |
A Reactor TCP
Codec for sending and receiving STOMP messages. |
StompBrokerRelayMessageHandler |
A
MessageHandler that handles messages by
forwarding them to a STOMP broker. |
StompDecoder |
Decodes one or more STOMP frames contained in a
ByteBuffer . |
StompEncoder |
An encoder for STOMP frames.
|
StompHeaderAccessor |
A
MessageHeaderAccessor to use when creating a Message from a
decoded STOMP frame, or when encoding a Message to a STOMP frame. |
Enum | Description |
---|---|
StompCommand |
Represents a STOMP command.
|
Exception | Description |
---|---|
StompConversionException |
Raised after a failure to encode or decode a STOMP message.
|