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 class
DefaultStompHeaders
Methods in io.netty.handler.codec.stomp that return StompHeaders Modifier and Type Method Description StompHeaders
DefaultStompHeadersSubframe. headers()
StompHeaders
StompHeadersSubframe. 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 long
StompSubframeDecoder. getContentLength(StompHeaders headers)
-