| 软件包 | 描述 |
|---|---|
| io.netty.handler.codec.stomp |
STOMP编解码器
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LastStompContentSubframe
最后的 StompContentSubframe表示内容批次的结束
请注意,即使协议不发送内容,也会发出一个空的LastStompContentSubframe ,以使上游解析更容易。
|
interface |
StompFrame
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultLastStompContentSubframe
LastStompContentSubframe的默认实现。
|
class |
DefaultStompContentSubframe
默认的 StompContentSubframe实现。
|
class |
DefaultStompFrame
默认实现 StompFrame 。
|
| Modifier and Type | Method and Description |
|---|---|
StompContentSubframe |
StompContentSubframe.copy() |
StompContentSubframe |
DefaultStompContentSubframe.copy() |
StompContentSubframe |
StompContentSubframe.duplicate() |
StompContentSubframe |
DefaultStompContentSubframe.duplicate() |
StompContentSubframe |
StompContentSubframe.replace(ByteBuf content) |
StompContentSubframe |
DefaultStompContentSubframe.replace(ByteBuf content) |
StompContentSubframe |
StompContentSubframe.retain() |
StompContentSubframe |
DefaultStompContentSubframe.retain() |
StompContentSubframe |
StompContentSubframe.retain(int increment) |
StompContentSubframe |
DefaultStompContentSubframe.retain(int increment) |
StompContentSubframe |
StompContentSubframe.retainedDuplicate() |
StompContentSubframe |
DefaultStompContentSubframe.retainedDuplicate() |
StompContentSubframe |
StompContentSubframe.touch() |
StompContentSubframe |
DefaultStompContentSubframe.touch() |
StompContentSubframe |
StompContentSubframe.touch(java.lang.Object hint) |
StompContentSubframe |
DefaultStompContentSubframe.touch(java.lang.Object hint) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
StompSubframeAggregator.isLastContentMessage(StompContentSubframe msg) |
Copyright © 2008–2018 The Netty Project. All rights reserved.