| Package | Description | 
|---|---|
| io.netty.handler.codec.stomp | STOMP codec | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | LastStompContentSubframeThe last  StompContentSubframewhich signals the end of the content batch
 
 Note, even when no content is emitted by the protocol, an
 emptyLastStompContentSubframeis issued to make the upstream parsing
 easier. | 
| interface  | StompFrameCombines  StompHeadersSubframeandLastStompContentSubframeinto one
 frame. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultLastStompContentSubframeThe default implementation for the  LastStompContentSubframe. | 
| class  | DefaultStompContentSubframeThe default  StompContentSubframeimplementation. | 
| class  | DefaultStompFrameDefault implementation of  StompFrame. | 
| Modifier and Type | Method and Description | 
|---|---|
| StompContentSubframe | StompContentSubframe. copy() | 
| StompContentSubframe | DefaultStompContentSubframe. copy() | 
| StompContentSubframe | StompContentSubframe. duplicate() | 
| StompContentSubframe | DefaultStompContentSubframe. duplicate() | 
| StompContentSubframe | StompContentSubframe. retain() | 
| StompContentSubframe | DefaultStompContentSubframe. retain() | 
| StompContentSubframe | StompContentSubframe. retain(int increment) | 
| StompContentSubframe | DefaultStompContentSubframe. retain(int increment) | 
| StompContentSubframe | StompContentSubframe. touch() | 
| StompContentSubframe | DefaultStompContentSubframe. touch() | 
| StompContentSubframe | StompContentSubframe. touch(Object hint) | 
| StompContentSubframe | DefaultStompContentSubframe. touch(Object hint) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected boolean | StompSubframeAggregator. isLastContentMessage(StompContentSubframe msg) | 
Copyright © 2008–2015 The Netty Project. All rights reserved.