Package | Description |
---|---|
io.netty.handler.codec.stomp |
STOMP codec
|
Modifier and Type | Field and Description |
---|---|
protected StompCommand |
DefaultStompHeadersSubframe.command |
Modifier and Type | Method and Description |
---|---|
StompCommand |
StompHeadersSubframe.command()
Returns command of this frame.
|
StompCommand |
DefaultStompHeadersSubframe.command() |
static StompCommand |
StompCommand.valueOf(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.
|
Constructor and Description |
---|
DefaultStompFrame(StompCommand command) |
DefaultStompFrame(StompCommand command,
ByteBuf content) |
DefaultStompHeadersSubframe(StompCommand command) |
Copyright © 2008–2024 The Netty Project. All rights reserved.