Uses of Package
io.netty.handler.codec.stomp
-
Packages that use io.netty.handler.codec.stomp Package Description io.netty.handler.codec.stomp STOMP codec -
Classes in io.netty.handler.codec.stomp used by io.netty.handler.codec.stomp Class Description DefaultLastStompContentSubframe The default implementation for theLastStompContentSubframe
.DefaultStompContentSubframe The defaultStompContentSubframe
implementation.DefaultStompHeaders DefaultStompHeadersSubframe Default implementation ofStompHeadersSubframe
.LastStompContentSubframe The lastStompContentSubframe
which signals the end of the content batchStompCommand STOMP commandStompContentSubframe 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.StompSubframeDecoder.State Deprecated.this should never be used by an user!