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 TypeInterfaceDescriptioninterface
CombinesStompHeadersSubframe
andLastStompContentSubframe
into one frame.Classes in io.netty.handler.codec.stomp that implement StompHeadersSubframeModifier and TypeClassDescriptionclass
Default implementation ofStompFrame
.class
Default implementation ofStompHeadersSubframe
.Methods in io.netty.handler.codec.stomp with parameters of type StompHeadersSubframeModifier and TypeMethodDescriptionprotected StompFrame
StompSubframeAggregator.beginAggregation
(StompHeadersSubframe start, ByteBuf content) protected Object
StompSubframeEncoder.convertHeadersSubFrame
(StompHeadersSubframe original, ByteBuf encoded) An extension method to convert a STOMP encoded buffer to a different message type based on an originalStompHeadersSubframe
headers sub frame.private static void
StompSubframeEncoder.encodeHeaders
(StompHeadersSubframe frame, ByteBuf buf) protected int
StompSubframeEncoder.headersSubFrameSize
(StompHeadersSubframe headersSubframe) Returns a heuristic size for headers (32 bytes per header line) + (2 bytes for colon and eol) + (additional command buffer).protected boolean
StompSubframeAggregator.isContentLengthInvalid
(StompHeadersSubframe start, int maxContentLength) protected Object
StompSubframeAggregator.newContinueResponse
(StompHeadersSubframe start, int maxContentLength, ChannelPipeline pipeline) (package private) boolean
StompSubframeDecoder.HeaderParser.parseHeader
(StompHeadersSubframe headersSubframe, ByteBuf buf) private StompSubframeDecoder.State
StompSubframeDecoder.readHeaders
(ByteBuf buffer, StompHeadersSubframe headersSubframe)