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 boolean |
StompSubframeAggregator.isLastContentMessage(StompContentSubframe msg) |
Copyright © 2008–2017 The Netty Project. All rights reserved.