Uses of Enum
io.netty.handler.codec.stomp.StompCommand
Packages that use StompCommand
-
Uses of StompCommand in io.netty.handler.codec.stomp
Subclasses with type arguments of type StompCommand in io.netty.handler.codec.stompFields 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.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.Constructors in io.netty.handler.codec.stomp with parameters of type StompCommandModifierConstructorDescriptionDefaultStompFrame(StompCommand command) DefaultStompFrame(StompCommand command, ByteBuf content) DefaultStompHeadersSubframe(StompCommand command)