| Package | Description |
|---|---|
| io.netty.handler.codec.stomp |
STOMP codec
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
StompFrame
Combines
StompHeadersSubframe and LastStompContentSubframe into one
frame. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultStompFrame
Default implementation of
StompFrame. |
class |
DefaultStompHeadersSubframe
Default implementation of
StompHeadersSubframe. |
| Modifier and Type | Method and Description |
|---|---|
protected StompFrame |
StompSubframeAggregator.beginAggregation(StompHeadersSubframe start,
ByteBuf content) |
protected boolean |
StompSubframeAggregator.isContentLengthInvalid(StompHeadersSubframe start,
int maxContentLength) |
protected Object |
StompSubframeAggregator.newContinueResponse(StompHeadersSubframe start,
int maxContentLength,
ChannelPipeline pipeline) |
Copyright © 2008–2017 The Netty Project. All rights reserved.