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 TypeInterfaceDescriptioninterfaceThe lastStompContentSubframewhich signals the end of the content batchinterfaceAn STOMP chunk which is used for STOMP chunked transfer-encoding.interfaceCombinesStompHeadersSubframeandLastStompContentSubframeinto one frame.interfaceAn interface that defines aStompFrame's command and headers.Classes in io.netty.handler.codec.stomp that implement StompSubframeModifier and TypeClassDescriptionclassThe default implementation for theLastStompContentSubframe.classThe defaultStompContentSubframeimplementation.classDefault implementation ofStompFrame.classDefault implementation ofStompHeadersSubframe.Subclasses with type arguments of type StompSubframe in io.netty.handler.codec.stompModifier and TypeClassDescriptionclassAChannelHandlerthat aggregates anStompHeadersSubframeand its followingStompContentSubframes into a singleStompFrame.classMethods in io.netty.handler.codec.stomp with parameters of type StompSubframeModifier and TypeMethodDescriptionprotected voidStompSubframeEncoder.encode(ChannelHandlerContext ctx, StompSubframe msg, List<Object> out) protected booleanStompSubframeAggregator.isAggregated(StompSubframe msg) protected booleanStompSubframeAggregator.isContentMessage(StompSubframe msg) protected booleanStompSubframeAggregator.isStartMessage(StompSubframe msg)