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.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.Constructors in io.netty.handler.codec.stomp with parameters of type StompCommand Constructor Description DefaultStompFrame(StompCommand command)
DefaultStompFrame(StompCommand command, ByteBuf content)
DefaultStompHeadersSubframe(StompCommand command)
-