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 interfaceLastStompContentSubframeThe lastStompContentSubframewhich signals the end of the content batchinterfaceStompContentSubframeAn STOMP chunk which is used for STOMP chunked transfer-encoding.interfaceStompFrameCombinesStompHeadersSubframeandLastStompContentSubframeinto one frame.interfaceStompHeadersSubframeAn interface that defines aStompFrame's command and headers.Classes in io.netty.handler.codec.stomp that implement StompSubframe Modifier and Type Class Description classDefaultLastStompContentSubframeThe default implementation for theLastStompContentSubframe.classDefaultStompContentSubframeThe defaultStompContentSubframeimplementation.classDefaultStompFrameDefault implementation ofStompFrame.classDefaultStompHeadersSubframeDefault implementation ofStompHeadersSubframe.Methods in io.netty.handler.codec.stomp with parameters of type StompSubframe Modifier and Type Method Description protected voidStompSubframeEncoder. encode(ChannelHandlerContext ctx, StompSubframe msg, java.util.List<java.lang.Object> out)protected booleanStompSubframeAggregator. isAggregated(StompSubframe msg)protected booleanStompSubframeAggregator. isContentMessage(StompSubframe msg)protected booleanStompSubframeAggregator. isStartMessage(StompSubframe msg)
-