Package io.netty.handler.codec.stomp
STOMP codec
-
Interface Summary Interface Description LastStompContentSubframe The lastStompContentSubframewhich signals the end of the content batchStompContentSubframe An STOMP chunk which is used for STOMP chunked transfer-encoding.StompFrame CombinesStompHeadersSubframeandLastStompContentSubframeinto 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 allStompSubframeimplementations. -
Class Summary Class Description DefaultLastStompContentSubframe The default implementation for theLastStompContentSubframe.DefaultStompContentSubframe The defaultStompContentSubframeimplementation.DefaultStompFrame Default implementation ofStompFrame.DefaultStompHeaders DefaultStompHeadersSubframe Default implementation ofStompHeadersSubframe.StompSubframeAggregator AChannelHandlerthat aggregates anStompHeadersSubframeand its followingStompContentSubframes into a singleStompFrame.StompSubframeDecoder StompSubframeEncoder -
Enum Summary Enum Description StompCommand STOMP commandStompSubframeDecoder.State Deprecated. this should never be used by an user!