| 软件包 | 描述 |
|---|---|
| io.netty.handler.codec.stomp |
STOMP编解码器
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
StompFrame
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultLastStompContentSubframe
LastStompContentSubframe的默认实现。
|
class |
DefaultStompFrame
默认实现 StompFrame 。
|
| Modifier and Type | Field and Description |
|---|---|
static LastStompContentSubframe |
LastStompContentSubframe.EMPTY_LAST_CONTENT |
| Modifier and Type | Method and Description |
|---|---|
LastStompContentSubframe |
LastStompContentSubframe.copy() |
LastStompContentSubframe |
DefaultLastStompContentSubframe.copy() |
LastStompContentSubframe |
LastStompContentSubframe.duplicate() |
LastStompContentSubframe |
DefaultLastStompContentSubframe.duplicate() |
LastStompContentSubframe |
LastStompContentSubframe.replace(ByteBuf content) |
LastStompContentSubframe |
DefaultLastStompContentSubframe.replace(ByteBuf content) |
LastStompContentSubframe |
LastStompContentSubframe.retain() |
LastStompContentSubframe |
LastStompContentSubframe.retain(int increment) |
LastStompContentSubframe |
DefaultLastStompContentSubframe.retain(int increment) |
LastStompContentSubframe |
LastStompContentSubframe.retainedDuplicate() |
LastStompContentSubframe |
DefaultLastStompContentSubframe.retainedDuplicate() |
LastStompContentSubframe |
LastStompContentSubframe.touch() |
LastStompContentSubframe |
DefaultLastStompContentSubframe.touch() |
LastStompContentSubframe |
LastStompContentSubframe.touch(java.lang.Object hint) |
LastStompContentSubframe |
DefaultLastStompContentSubframe.touch(java.lang.Object hint) |
Copyright © 2008–2018 The Netty Project. All rights reserved.