Uses of Enum
io.netty.handler.codec.stomp.StompCommand
Packages that use StompCommand
-
Uses of StompCommand in io.netty.handler.codec.stomp
Fields in io.netty.handler.codec.stomp declared as StompCommandModifier and TypeFieldDescriptionprotected final StompCommand
DefaultStompHeadersSubframe.command
Methods in io.netty.handler.codec.stomp that return StompCommandModifier and TypeMethodDescriptionDefaultStompHeadersSubframe.command()
StompHeadersSubframe.command()
Returns command of this frame.private StompCommand
StompSubframeDecoder.readCommand
(ByteBuf in) static StompCommand
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 StompCommandModifier and TypeMethodDescriptionprivate 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 StompCommandModifierConstructorDescriptionDefaultStompFrame
(StompCommand command) DefaultStompFrame
(StompCommand command, ByteBuf content) (package private)
DefaultStompFrame
(StompCommand command, ByteBuf content, DefaultStompHeaders headers) DefaultStompHeadersSubframe
(StompCommand command) (package private)
DefaultStompHeadersSubframe
(StompCommand command, DefaultStompHeaders headers)