Package io.netty.handler.codec.stomp
STOMP codec
-
Interface Summary Interface Description LastStompContentSubframe The lastStompContentSubframe
which signals the end of the content batchStompContentSubframe An STOMP chunk which is used for STOMP chunked transfer-encoding.StompFrame CombinesStompHeadersSubframe
andLastStompContentSubframe
into one frame.StompHeaders The multimap data structure for the STOMP header names and values.StompHeadersSubframe An interface that defines aStompFrame
's command and headers.StompSubframe Defines a common interface for allStompSubframe
implementations. -
Class Summary Class Description DefaultLastStompContentSubframe The default implementation for theLastStompContentSubframe
.DefaultStompContentSubframe The defaultStompContentSubframe
implementation.DefaultStompFrame Default implementation ofStompFrame
.DefaultStompHeaders DefaultStompHeadersSubframe Default implementation ofStompHeadersSubframe
.StompSubframeAggregator AChannelHandler
that aggregates anStompHeadersSubframe
and its followingStompContentSubframe
s into a singleStompFrame
.StompSubframeDecoder StompSubframeEncoder -
Enum Summary Enum Description StompCommand STOMP commandStompSubframeDecoder.State Deprecated. this should never be used by an user!