| Package | Description | 
|---|---|
| io.netty.handler.codec.stomp | STOMP codec | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | StompFrameCombines  StompHeadersSubframeandLastStompContentSubframeinto one
 frame. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultStompFrameDefault implementation of  StompFrame. | 
| class  | DefaultStompHeadersSubframeDefault implementation of  StompHeadersSubframe. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected StompFrame | StompSubframeAggregator. beginAggregation(StompHeadersSubframe start,
                ByteBuf content) | 
| protected long | StompSubframeAggregator. contentLength(StompHeadersSubframe start) | 
| protected boolean | StompSubframeAggregator. hasContentLength(StompHeadersSubframe start) | 
| protected Object | StompSubframeAggregator. newContinueResponse(StompHeadersSubframe start) | 
Copyright © 2008–2015 The Netty Project. All rights reserved.