Interface | Description |
---|---|
LastStompContentSubframe |
The last
StompContentSubframe which signals the end of the content batch
Note, even when no content is emitted by the protocol, an
empty |
StompContentSubframe |
An STOMP chunk which is used for STOMP chunked transfer-encoding.
|
StompFrame |
Combines
StompHeadersSubframe and LastStompContentSubframe into one
frame. |
StompHeaders |
The multimap data structure for the STOMP header names and values.
|
StompHeadersSubframe |
An interface that defines a
StompFrame 's command and headers. |
StompSubframe |
Defines a common interface for all
StompSubframe implementations. |
Class | Description |
---|---|
DefaultLastStompContentSubframe |
The default implementation for the
LastStompContentSubframe . |
DefaultStompContentSubframe |
The default
StompContentSubframe implementation. |
DefaultStompFrame |
Default implementation of
StompFrame . |
DefaultStompHeaders | |
DefaultStompHeadersSubframe |
Default implementation of
StompHeadersSubframe . |
StompSubframeAggregator |
A
ChannelHandler that aggregates an StompHeadersSubframe
and its following StompContentSubframe s into a single StompFrame . |
StompSubframeDecoder | |
StompSubframeEncoder |
Enum | Description |
---|---|
StompCommand |
STOMP command
|
Copyright © 2008–2017 The Netty Project. All rights reserved.