| Package | Description |
|---|---|
| io.netty.example.stomp.websocket |
| Modifier and Type | Field and Description |
|---|---|
static io.netty.util.AttributeKey<StompVersion> |
StompVersion.CHANNEL_ATTRIBUTE_KEY |
| Modifier and Type | Method and Description |
|---|---|
static StompVersion |
StompVersion.findBySubProtocol(String subProtocol) |
static StompVersion |
StompVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StompVersion[] |
StompVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2008–2023 The Netty Project. All rights reserved.