See: Description
| Class | Description |
|---|---|
| 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 |
A decoder for STOMP frames.
|
| 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.
|
| StompProtocolHandler |
A
SubProtocolHandler for STOMP that supports versions 1.0, 1.1, and 1.2 of the
STOMP specification. |
| Enum | Description |
|---|---|
| StompCommand |
| Exception | Description |
|---|---|
| StompConversionException |