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 StompCommandDefaultStompHeadersSubframe.commandMethods in io.netty.handler.codec.stomp that return StompCommandModifier and TypeMethodDescriptionDefaultStompHeadersSubframe.command()StompHeadersSubframe.command()Returns command of this frame.private StompCommandStompSubframeDecoder.readCommand(ByteBuf in) static StompCommandReturns 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 booleanStompSubframeEncoder.shouldEscape(StompCommand command) private static booleanStompSubframeDecoder.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)