| Modifier and Type | Method and Description |
|---|---|
WebSocketControlSignal |
WebSocketControlMessage.getControlSignal()
Get the control signal.
|
static WebSocketControlSignal |
WebSocketControlSignal.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebSocketControlSignal[] |
WebSocketControlSignal.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static WebSocketControlMessage |
WebSocketUtil.getWebSocketControlMessage(io.netty.handler.codec.http.websocketx.WebSocketFrame webSocketFrame,
WebSocketControlSignal controlSignal) |
| Modifier and Type | Method and Description |
|---|---|
WebSocketControlSignal |
DefaultWebSocketControlMessage.getControlSignal() |
| Constructor and Description |
|---|
DefaultWebSocketControlMessage(WebSocketControlSignal controlSignal,
ByteBuffer buffer) |
Copyright © 2022 WSO2. All rights reserved.