接口 | 说明 |
---|---|
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. |
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. |
类 | 说明 |
---|---|
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 |
枚举 | 说明 |
---|---|
StompCommand |
STOMP command
|
StompSubframeDecoder.State |