Package io.netty.handler.codec.stomp
package io.netty.handler.codec.stomp
STOMP codec
-
ClassDescriptionThe default implementation for the
LastStompContentSubframe.The defaultStompContentSubframeimplementation.Default implementation ofStompFrame.Default implementation ofStompHeadersSubframe.The lastStompContentSubframewhich signals the end of the content batchSTOMP commandAn STOMP chunk which is used for STOMP chunked transfer-encoding.CombinesStompHeadersSubframeandLastStompContentSubframeinto 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 allStompSubframeimplementations.AChannelHandlerthat aggregates anStompHeadersSubframeand its followingStompContentSubframes into a singleStompFrame.Deprecated.this should never be used by an user!