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 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.private StompCommandStompSubframeDecoder. readCommand(ByteBuf in)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.Methods in io.netty.handler.codec.stomp with parameters of type StompCommand Modifier and Type Method Description private static java.lang.CharSequenceStompSubframeEncoder. escape(StompCommand command, java.lang.String type, java.lang.CharSequence input)private static java.lang.IllegalArgumentExceptionStompSubframeEncoder. newIllegalCharacterException(StompCommand command, java.lang.String type, int index)private static booleanStompSubframeEncoder. shouldEscape(StompCommand command)private static booleanStompSubframeDecoder.HeaderParser. shouldUnescape(StompCommand command)private static voidStompSubframeEncoder. validateNoIllegalCharacters(StompCommand command, java.lang.CharSequence value, java.lang.String type)Constructors in io.netty.handler.codec.stomp with parameters of type StompCommand Constructor Description DefaultStompFrame(StompCommand command)DefaultStompFrame(StompCommand command, ByteBuf content)DefaultStompFrame(StompCommand command, ByteBuf content, DefaultStompHeaders headers)DefaultStompHeadersSubframe(StompCommand command)DefaultStompHeadersSubframe(StompCommand command, DefaultStompHeaders headers)
-