Uses of Interface
io.netty.handler.codec.stomp.StompSubframe
Packages that use StompSubframe
-
Uses of StompSubframe in io.netty.handler.codec.stomp
Subinterfaces of StompSubframe in io.netty.handler.codec.stompModifier and TypeInterfaceDescriptioninterface
The lastStompContentSubframe
which signals the end of the content batchinterface
An STOMP chunk which is used for STOMP chunked transfer-encoding.interface
CombinesStompHeadersSubframe
andLastStompContentSubframe
into one frame.interface
An interface that defines aStompFrame
's command and headers.Classes in io.netty.handler.codec.stomp that implement StompSubframeModifier and TypeClassDescriptionclass
The default implementation for theLastStompContentSubframe
.class
The defaultStompContentSubframe
implementation.class
Default implementation ofStompFrame
.class
Default implementation ofStompHeadersSubframe
.Methods in io.netty.handler.codec.stomp with parameters of type StompSubframeModifier and TypeMethodDescriptionprotected void
StompSubframeEncoder.encode
(ChannelHandlerContext ctx, StompSubframe msg, List<Object> out) protected boolean
StompSubframeAggregator.isAggregated
(StompSubframe msg) protected boolean
StompSubframeAggregator.isContentMessage
(StompSubframe msg) protected boolean
StompSubframeAggregator.isStartMessage
(StompSubframe msg)