Package io.netty.handler.codec.stomp
package io.netty.handler.codec.stomp
STOMP codec
-
ClassDescriptionThe default implementation for the
LastStompContentSubframe
.The defaultStompContentSubframe
implementation.Default implementation ofStompFrame
.Default implementation ofStompHeadersSubframe
.The lastStompContentSubframe
which signals the end of the content batchSTOMP commandAn STOMP chunk which is used for STOMP chunked transfer-encoding.CombinesStompHeadersSubframe
andLastStompContentSubframe
into one frame.The multimap data structure for the STOMP header names and values.An interface that defines aStompFrame
's command and headers.Defines a common interface for allStompSubframe
implementations.AChannelHandler
that aggregates anStompHeadersSubframe
and its followingStompContentSubframe
s into a singleStompFrame
.