Package | Description |
---|---|
io.netty.handler.codec.stomp |
STOMP codec
|
Modifier and Type | Interface and Description |
---|---|
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 |
StompFrame
Combines
StompHeadersSubframe and LastStompContentSubframe into one
frame. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultLastStompContentSubframe
The default implementation for the
LastStompContentSubframe . |
class |
DefaultStompContentSubframe
The default
StompContentSubframe implementation. |
class |
DefaultStompFrame
Default implementation of
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(Object hint) |
StompContentSubframe |
DefaultStompContentSubframe.touch(Object hint) |
Modifier and Type | Method and Description |
---|---|
protected Object |
StompSubframeEncoder.convertContentSubFrame(StompContentSubframe original,
ByteBuf encoded)
An extension method to convert a STOMP encoded buffer to a different message type
based on an original
StompHeadersSubframe content sub frame. |
protected boolean |
StompSubframeAggregator.isLastContentMessage(StompContentSubframe msg) |
Copyright © 2008–2024 The Netty Project. All rights reserved.