| Name | Description | Type | Package | Framework |
| BufferingStompDecoder | An extension of StompDecoderthat buffers content remaining in the input ByteBuffer after the parent | Class | org.springframework.messaging.simp.stomp | Spring MVC |
| ConnectionHandlingStompSession | A StompSession that implementsTcpConnectionHandler in order to send and receive messages. | Interface | org.springframework.messaging.simp.stomp | Spring MVC |
| ConnectionLostException | Raised when the connection for a STOMP session is lost rather than closed. | Class | org.springframework.messaging.simp.stomp | Spring MVC |
| DefaultStompSession | Default implementation of ConnectionHandlingStompSession. | Class | org.springframework.messaging.simp.stomp | Spring MVC |
| Reactor2StompCodec | A Reactor TCP Codec for sending and receiving STOMP messages. | Class | org.springframework.messaging.simp.stomp | Spring MVC |
| Reactor2TcpStompClient | A STOMP over TCP client that usesSince:4. | Class | org.springframework.messaging.simp.stomp | Spring MVC |
| StompBrokerRelayMessageHandler | A MessageHandler that handles messages byforwarding them to a STOMP broker. | Class | org.springframework.messaging.simp.stomp | Spring MVC |
| StompClientSupport | Base class for STOMP client implementations. | Class | org.springframework.messaging.simp.stomp | Spring MVC |
| StompCommand | Represents a STOMP command. | Class | org.springframework.messaging.simp.stomp | Spring MVC |
| StompConversionException | Raised after a failure to encode or decode a STOMP message. | Class | org.springframework.messaging.simp.stomp | Spring MVC |
| StompDecoder | Decodes one or more STOMP frames contained in a ByteBuffer. | Class | org.springframework.messaging.simp.stomp | Spring MVC |
| StompEncoder | An encoder for STOMP frames. | Class | org.springframework.messaging.simp.stomp | Spring MVC |
| StompFrameHandler | Contract to handle a STOMP frame. | Interface | org.springframework.messaging.simp.stomp | Spring MVC |
| StompHeaderAccessor | A MessageHeaderAccessor to use when creating a Message from adecoded STOMP frame, or when encoding a Message to a STOMP frame. | Class | org.springframework.messaging.simp.stomp | Spring MVC |
| StompHeaders | Represents STOMP frame headers. | Class | org.springframework.messaging.simp.stomp | Spring MVC |
| StompSession | Represents a STOMP session with operations to send messages, createsubscriptions and receive messages on those subscriptions. | Interface | org.springframework.messaging.simp.stomp | Spring MVC |
| StompSession .Receiptable | A handle to use to track receipts. | Interface | org.springframework.messaging.simp.stomp.StompSession | Spring MVC |
| StompSession .Subscription | A handle to use to unsubscribe or to track a receipt. | Interface | org.springframework.messaging.simp.stomp.StompSession | Spring MVC |
| StompSessionHandler | A contract for client STOMP session lifecycle events including a callbackwhen the session is established and notifications of transport or message | Interface | org.springframework.messaging.simp.stomp | Spring MVC |
| StompSessionHandlerAdapter | Abstract adapter class for StompSessionHandler with mostly emptyas the default Object type expected for STOMP ERROR frame payloads. | Class | org.springframework.messaging.simp.stomp | Spring MVC |