| Name | Description | Type | Package | Framework |
| DefaultLastStompContentSubframe | The default implementation for the LastStompContentSubframe. | Class | io.netty.handler.codec.stomp | Netty |
| DefaultStompContentSubframe | The default StompContentSubframe implementation. | Class | io.netty.handler.codec.stomp | Netty |
| DefaultStompFrame | Default implementation of StompFrame. | Class | io.netty.handler.codec.stomp | Netty |
| DefaultStompHeaders | Class | io.netty.handler.codec.stomp | Netty | |
| DefaultStompHeadersSubframe | Default implementation of StompHeadersSubframe. | Class | io.netty.handler.codec.stomp | Netty |
| LastStompContentSubframe | The last StompContentSubframe which signals the end of the content batchNote, even when no content is emitted by the protocol, an | Interface | io.netty.handler.codec.stomp | Netty |
| StompCommand | Class | io.netty.handler.codec.stomp | Netty | |
| StompContentSubframe | An STOMP chunk which is used for STOMP chunked transfer-encoding. | Interface | io.netty.handler.codec.stomp | Netty |
| StompFrame | Combines StompHeadersSubframe and LastStompContentSubframe into oneframe. | Interface | io.netty.handler.codec.stomp | Netty |
| StompHeaders | The multimap data structure for the STOMP header names and values. | Interface | io.netty.handler.codec.stomp | Netty |
| StompHeadersSubframe | An interface that defines a StompFrame's command and headers. | Interface | io.netty.handler.codec.stomp | Netty |
| StompSubframe | Defines a common interface for all StompSubframe implementations. | Interface | io.netty.handler.codec.stomp | Netty |
| StompSubframeAggregator | A ChannelHandler that aggregates an StompHeadersSubframeand its following StompContentSubframes into a single StompFrame. | Class | io.netty.handler.codec.stomp | Netty |
| StompSubframeDecoder | Decodes ByteBufs into StompHeadersSubframes andStompContentSubframes. | Class | io.netty.handler.codec.stomp | Netty |
| StompSubframeEncoder | Encodes a StompFrame or a StompSubframe into a ByteBuf. | Class | io.netty.handler.codec.stomp | Netty |