| Interface | Description | 
|---|---|
| LastStompContentSubframe | 
 The last  
StompContentSubframe which signals the end of the content batch
 
 Note, even when no content is emitted by the protocol, an
 empty LastStompContentSubframe is issued to make the upstream parsing
 easier. | 
| StompContentSubframe | 
 An STOMP chunk which is used for STOMP chunked transfer-encoding. 
 | 
| StompFrame | 
 Combines  
StompHeadersSubframe and LastStompContentSubframe into one
 frame. | 
| StompHeaders | 
 The multimap data structure for the STOMP header names and values. 
 | 
| StompHeadersSubframe | 
 An interface that defines a  
StompFrame's command and headers. | 
| StompSubframe | 
 Defines a common interface for all  
StompSubframe implementations. | 
| Class | Description | 
|---|---|
| DefaultLastStompContentSubframe | 
 The default implementation for the  
LastStompContentSubframe. | 
| DefaultStompContentSubframe | 
 The default  
StompContentSubframe implementation. | 
| DefaultStompFrame | 
 Default implementation of  
StompFrame. | 
| DefaultStompHeaders | |
| DefaultStompHeadersSubframe | 
 Default implementation of  
StompHeadersSubframe. | 
| StompSubframeAggregator | 
 A  
ChannelHandler that aggregates an StompHeadersSubframe
 and its following StompContentSubframes into a single StompFrame. | 
| StompSubframeDecoder | |
| StompSubframeEncoder | 
| Enum | Description | 
|---|---|
| StompCommand | 
 STOMP command 
 | 
| StompSubframeDecoder.State | Deprecated
 this should never be used by an user! 
 | 
Copyright © 2008–2025 The Netty Project. All rights reserved.