Uses of Interface
io.netty.handler.codec.stomp.StompHeaders
-
Packages that use StompHeaders Package Description io.netty.handler.codec.stomp STOMP codec -
-
Uses of StompHeaders in io.netty.handler.codec.stomp
Classes in io.netty.handler.codec.stomp that implement StompHeaders Modifier and Type Class Description classDefaultStompHeadersMethods in io.netty.handler.codec.stomp that return StompHeaders Modifier and Type Method Description StompHeadersDefaultStompHeadersSubframe. headers()StompHeadersStompHeadersSubframe. headers()Returns headers of this frame.Methods in io.netty.handler.codec.stomp with parameters of type StompHeaders Modifier and Type Method Description private static longStompSubframeDecoder. getContentLength(StompHeaders headers)(package private) booleanStompSubframeDecoder.HeaderParser. parseHeader(StompHeaders headers, ByteBuf buf)private StompSubframeDecoder.StateStompSubframeDecoder. readHeaders(ByteBuf buffer, StompHeaders headers)
-