Package | Description |
---|---|
io.netty.handler.codec.stomp |
STOMP codec
|
Modifier and Type | Interface and Description |
---|---|
interface |
StompFrame
Combines
StompHeadersSubframe and LastStompContentSubframe into one
frame. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultLastStompContentSubframe
The default implementation for the
LastStompContentSubframe . |
class |
DefaultStompFrame
Default implementation of
StompFrame . |
Modifier and Type | Field and Description |
---|---|
static LastStompContentSubframe |
LastStompContentSubframe.EMPTY_LAST_CONTENT |
Modifier and Type | Method and Description |
---|---|
LastStompContentSubframe |
DefaultLastStompContentSubframe.copy() |
LastStompContentSubframe |
LastStompContentSubframe.copy() |
LastStompContentSubframe |
DefaultLastStompContentSubframe.duplicate() |
LastStompContentSubframe |
LastStompContentSubframe.duplicate() |
LastStompContentSubframe |
DefaultLastStompContentSubframe.replace(ByteBuf content) |
LastStompContentSubframe |
LastStompContentSubframe.replace(ByteBuf content) |
LastStompContentSubframe |
LastStompContentSubframe.retain() |
LastStompContentSubframe |
DefaultLastStompContentSubframe.retain(int increment) |
LastStompContentSubframe |
LastStompContentSubframe.retain(int increment) |
LastStompContentSubframe |
DefaultLastStompContentSubframe.retainedDuplicate() |
LastStompContentSubframe |
LastStompContentSubframe.retainedDuplicate() |
LastStompContentSubframe |
DefaultLastStompContentSubframe.touch() |
LastStompContentSubframe |
LastStompContentSubframe.touch() |
LastStompContentSubframe |
DefaultLastStompContentSubframe.touch(Object hint) |
LastStompContentSubframe |
LastStompContentSubframe.touch(Object hint) |
Copyright © 2008–2024 The Netty Project. All rights reserved.