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. |
| StompBrokerRelayMessageHandler |
A
MessageHandler that handles messages by forwarding them to a STOMP broker. |
| StompCodec |
A Reactor TCP
Codec for sending and receiving STOMP messages. |
| StompDecoder |
Decodes one or more STOMP frames contained in a
ByteBuffer. |
| StompEncoder |
An encoder for STOMP frames.
|
| StompHeaderAccessor |
Can be used to prepare headers for a new STOMP message, or to access and/or modify
STOMP-specific headers of an existing message.
|
| Enum | Description |
|---|---|
| StompCommand |
| Exception | Description |
|---|---|
| StompConversionException |