Package | Description |
---|---|
io.netty.handler.codec.stomp |
STOMP codec
|
Modifier and Type | Interface and Description |
---|---|
interface |
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. |
interface |
StompContentSubframe
An STOMP chunk which is used for STOMP chunked transfer-encoding.
|
interface |
StompFrame
Combines
StompHeadersSubframe and LastStompContentSubframe into one
frame. |
interface |
StompHeadersSubframe
An interface that defines a
StompFrame 's command and headers. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultLastStompContentSubframe
The default implementation for the
LastStompContentSubframe . |
class |
DefaultStompContentSubframe
The default
StompContentSubframe implementation. |
class |
DefaultStompFrame
Default implementation of
StompFrame . |
class |
DefaultStompHeadersSubframe
Default implementation of
StompHeadersSubframe . |
Modifier and Type | Method and Description |
---|---|
protected void |
StompSubframeEncoder.encode(ChannelHandlerContext ctx,
StompSubframe msg,
List<Object> out) |
protected boolean |
StompSubframeAggregator.isAggregated(StompSubframe msg) |
protected boolean |
StompSubframeAggregator.isContentMessage(StompSubframe msg) |
protected boolean |
StompSubframeAggregator.isStartMessage(StompSubframe msg) |
Copyright © 2008–2017 The Netty Project. All rights reserved.