程序包 | 说明 |
---|---|
io.netty.example.stomp | |
io.netty.example.stomp.websocket | |
io.netty.handler.codec.stomp |
STOMP codec
|
类和说明 |
---|
StompFrame
Combines
StompHeadersSubframe and LastStompContentSubframe into one
frame. |
类和说明 |
---|
StompContentSubframe
An STOMP chunk which is used for STOMP chunked transfer-encoding.
|
StompFrame
Combines
StompHeadersSubframe and LastStompContentSubframe into one
frame. |
StompHeadersSubframe
An interface that defines a
StompFrame 's command and headers. |
StompSubframe
Defines a common interface for all
StompSubframe implementations. |
StompSubframeEncoder |
类和说明 |
---|
DefaultLastStompContentSubframe
The default implementation for the
LastStompContentSubframe . |
DefaultStompContentSubframe
The default
StompContentSubframe implementation. |
DefaultStompHeaders |
DefaultStompHeadersSubframe
Default implementation of
StompHeadersSubframe . |
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. |
StompCommand
STOMP command
|
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. |
StompSubframeDecoder.State |