Uses of Class
io.netty.handler.codec.stomp.DefaultStompHeaders
-
Packages that use DefaultStompHeaders Package Description io.netty.handler.codec.stomp STOMP codec -
-
Uses of DefaultStompHeaders in io.netty.handler.codec.stomp
Fields in io.netty.handler.codec.stomp declared as DefaultStompHeaders Modifier and Type Field Description protected DefaultStompHeadersDefaultStompHeadersSubframe. headersMethods in io.netty.handler.codec.stomp that return DefaultStompHeaders Modifier and Type Method Description DefaultStompHeadersDefaultStompHeaders. copy()Constructors in io.netty.handler.codec.stomp with parameters of type DefaultStompHeaders Constructor Description DefaultStompFrame(StompCommand command, ByteBuf content, DefaultStompHeaders headers)DefaultStompHeadersSubframe(StompCommand command, DefaultStompHeaders headers)
-