程序包 | 说明 |
---|---|
io.netty.example.stomp.websocket | |
io.netty.handler.codec.stomp |
STOMP codec
|
限定符和类型 | 方法和说明 |
---|---|
protected void |
StompWebSocketProtocolCodec.encode(ChannelHandlerContext ctx,
StompSubframe stompFrame,
java.util.List<java.lang.Object> out) |
void |
StompWebSocketFrameEncoder.encode(ChannelHandlerContext ctx,
StompSubframe msg,
java.util.List<java.lang.Object> out) |
限定符和类型 | 接口和说明 |
---|---|
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. |
限定符和类型 | 类和说明 |
---|---|
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 . |
限定符和类型 | 方法和说明 |
---|---|
protected void |
StompSubframeEncoder.encode(ChannelHandlerContext ctx,
StompSubframe msg,
java.util.List<java.lang.Object> out) |
protected boolean |
StompSubframeAggregator.isAggregated(StompSubframe msg) |
protected boolean |
StompSubframeAggregator.isContentMessage(StompSubframe msg) |
protected boolean |
StompSubframeAggregator.isStartMessage(StompSubframe msg) |