软件包 | 描述 |
---|---|
io.netty.handler.codec.stomp |
STOMP编解码器
|
Modifier and Type | Interface and Description |
---|---|
interface |
LastStompContentSubframe
最后的 StompContentSubframe 表示内容批处理结束
请注意,即使协议未发送内容,也会发出空的LastStompContentSubframe 以使上游分析更容易。
|
interface |
StompContentSubframe
用于STOMP分块传输编码的STOMP块。
|
interface |
StompFrame
|
interface |
StompHeadersSubframe
定义 StompFrame 的命令和标题的界面。
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultLastStompContentSubframe
LastStompContentSubframe 的默认实现。
|
class |
DefaultStompContentSubframe
默认的 StompContentSubframe 实现。
|
class |
DefaultStompFrame
默认实现 StompFrame 。
|
class |
DefaultStompHeadersSubframe
默认实现 StompHeadersSubframe 。
|
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2008–2018 The Netty Project. All rights reserved.