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 |
Decodes STOMP frames from 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.
|
StompReactorNettyTcpClient |
A variation of
ReactorNettyTcpClient for sending and receiving STOMP frames. |
Enum | Description |
---|---|
StompCommand |
Exception | Description |
---|---|
StompConversionException |