Uses of Interface
io.netty.handler.codec.stomp.StompSubframe
-
Packages that use StompSubframe Package Description io.netty.handler.codec.stomp STOMP codec -
-
Uses of StompSubframe in io.netty.handler.codec.stomp
Subinterfaces of StompSubframe in io.netty.handler.codec.stomp Modifier and Type Interface Description interface
LastStompContentSubframe
The lastStompContentSubframe
which signals the end of the content batchinterface
StompContentSubframe
An STOMP chunk which is used for STOMP chunked transfer-encoding.interface
StompFrame
CombinesStompHeadersSubframe
andLastStompContentSubframe
into one frame.interface
StompHeadersSubframe
An interface that defines aStompFrame
's command and headers.Classes in io.netty.handler.codec.stomp that implement StompSubframe Modifier and Type Class Description class
DefaultLastStompContentSubframe
The default implementation for theLastStompContentSubframe
.class
DefaultStompContentSubframe
The defaultStompContentSubframe
implementation.class
DefaultStompFrame
Default implementation ofStompFrame
.class
DefaultStompHeadersSubframe
Default implementation ofStompHeadersSubframe
.Methods in io.netty.handler.codec.stomp with parameters of type StompSubframe Modifier and Type Method Description protected void
StompSubframeEncoder. encode(ChannelHandlerContext ctx, StompSubframe msg, java.util.List<java.lang.Object> out)
protected boolean
StompSubframeAggregator. isAggregated(StompSubframe msg)
protected boolean
StompSubframeAggregator. isContentMessage(StompSubframe msg)
protected boolean
StompSubframeAggregator. isStartMessage(StompSubframe msg)
-