Uses of Interface
io.netty.handler.codec.stomp.StompHeadersSubframe
Packages that use StompHeadersSubframe
-
Uses of StompHeadersSubframe in io.netty.handler.codec.stomp
Subinterfaces of StompHeadersSubframe in io.netty.handler.codec.stompModifier and TypeInterfaceDescriptioninterfaceCombinesStompHeadersSubframeandLastStompContentSubframeinto one frame.Classes in io.netty.handler.codec.stomp that implement StompHeadersSubframeModifier and TypeClassDescriptionclassDefault implementation ofStompFrame.classDefault implementation ofStompHeadersSubframe.Subclasses with type arguments of type StompHeadersSubframe in io.netty.handler.codec.stompModifier and TypeClassDescriptionclassAChannelHandlerthat aggregates anStompHeadersSubframeand its followingStompContentSubframes into a singleStompFrame.Methods in io.netty.handler.codec.stomp with parameters of type StompHeadersSubframeModifier and TypeMethodDescriptionprotected StompFrameStompSubframeAggregator.beginAggregation(StompHeadersSubframe start, ByteBuf content) protected ObjectStompSubframeEncoder.convertHeadersSubFrame(StompHeadersSubframe original, ByteBuf encoded) An extension method to convert a STOMP encoded buffer to a different message type based on an originalStompHeadersSubframeheaders sub frame.protected intStompSubframeEncoder.headersSubFrameSize(StompHeadersSubframe headersSubframe) Returns a heuristic size for headers (32 bytes per header line) + (2 bytes for colon and eol) + (additional command buffer).protected booleanStompSubframeAggregator.isContentLengthInvalid(StompHeadersSubframe start, int maxContentLength) protected ObjectStompSubframeAggregator.newContinueResponse(StompHeadersSubframe start, int maxContentLength, ChannelPipeline pipeline)