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.stompFields in io.netty.handler.codec.stomp declared as StompCommand Modifier and Type Field Description protected StompCommandDefaultStompHeadersSubframe. commandMethods in io.netty.handler.codec.stomp that return StompCommand Modifier and Type Method Description StompCommandDefaultStompHeadersSubframe. command()StompCommandStompHeadersSubframe. command()Returns command of this frame.static StompCommandStompCommand. 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)
 
-