Uses of Class
io.netty.handler.codec.stomp.StompCommand
-
Packages that use StompCommand Package Description io.netty.handler.codec.stomp STOMP codec -
-
Uses of StompCommand in io.netty.handler.codec.stomp
Fields in io.netty.handler.codec.stomp declared as StompCommand Modifier and Type Field Description protected StompCommand
DefaultStompHeadersSubframe. command
Methods in io.netty.handler.codec.stomp that return StompCommand Modifier and Type Method Description StompCommand
DefaultStompHeadersSubframe. command()
StompCommand
StompHeadersSubframe. command()
Returns command of this frame.private StompCommand
StompSubframeDecoder. readCommand(ByteBuf in)
static StompCommand
StompCommand. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StompCommand[]
StompCommand. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.netty.handler.codec.stomp with parameters of type StompCommand Modifier and Type Method Description private static boolean
StompSubframeEncoder. shouldEscape(StompCommand command)
private static boolean
StompSubframeDecoder.HeaderParser. shouldUnescape(StompCommand command)
Constructors in io.netty.handler.codec.stomp with parameters of type StompCommand Constructor Description DefaultStompFrame(StompCommand command)
DefaultStompFrame(StompCommand command, ByteBuf content)
DefaultStompFrame(StompCommand command, ByteBuf content, DefaultStompHeaders headers)
DefaultStompHeadersSubframe(StompCommand command)
DefaultStompHeadersSubframe(StompCommand command, DefaultStompHeaders headers)
-