Uses of Interface
io.netty.handler.codec.stomp.StompHeadersSubframe
-
Packages that use StompHeadersSubframe Package Description io.netty.handler.codec.stomp STOMP codec -
-
Uses of StompHeadersSubframe in io.netty.handler.codec.stomp
Subinterfaces of StompHeadersSubframe in io.netty.handler.codec.stomp Modifier and Type Interface Description interfaceStompFrameCombinesStompHeadersSubframeandLastStompContentSubframeinto one frame.Classes in io.netty.handler.codec.stomp that implement StompHeadersSubframe Modifier and Type Class Description classDefaultStompFrameDefault implementation ofStompFrame.classDefaultStompHeadersSubframeDefault implementation ofStompHeadersSubframe.Methods in io.netty.handler.codec.stomp with parameters of type StompHeadersSubframe Modifier and Type Method Description protected StompFrameStompSubframeAggregator. beginAggregation(StompHeadersSubframe start, ByteBuf content)private static ByteBufStompSubframeEncoder. encodeFrame(StompHeadersSubframe frame, ChannelHandlerContext ctx)protected booleanStompSubframeAggregator. isContentLengthInvalid(StompHeadersSubframe start, int maxContentLength)protected java.lang.ObjectStompSubframeAggregator. newContinueResponse(StompHeadersSubframe start, int maxContentLength, ChannelPipeline pipeline)
-