| Package | Description | 
|---|---|
| io.netty.handler.codec.stomp | STOMP codec | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultStompFrameDefault implementation of  StompFrame. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected StompFrame | StompSubframeAggregator. beginAggregation(StompHeadersSubframe start,
                ByteBuf content) | 
| StompFrame | DefaultStompFrame. copy() | 
| StompFrame | StompFrame. copy() | 
| StompFrame | DefaultStompFrame. duplicate() | 
| StompFrame | StompFrame. duplicate() | 
| StompFrame | DefaultStompFrame. replace(ByteBuf content) | 
| StompFrame | StompFrame. replace(ByteBuf content) | 
| StompFrame | DefaultStompFrame. retain() | 
| StompFrame | StompFrame. retain() | 
| StompFrame | DefaultStompFrame. retain(int increment) | 
| StompFrame | StompFrame. retain(int increment) | 
| StompFrame | DefaultStompFrame. retainedDuplicate() | 
| StompFrame | StompFrame. retainedDuplicate() | 
| StompFrame | DefaultStompFrame. touch() | 
| StompFrame | StompFrame. touch() | 
| StompFrame | DefaultStompFrame. touch(Object hint) | 
| StompFrame | StompFrame. touch(Object hint) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Object | StompSubframeEncoder. convertFullFrame(StompFrame original,
                ByteBuf encoded)An extension method to convert a STOMP encoded buffer to a different message type
 based on an original  StompFramefull frame. | 
Copyright © 2008–2025 The Netty Project. All rights reserved.