| Package | Description |
|---|---|
| io.undertow.websockets.jsr | |
| io.undertow.websockets.jsr.handshake |
| Modifier and Type | Method | Description |
|---|---|---|
List<ConfiguredServerEndpoint> |
ServerWebSocketContainer.getConfiguredServerEndpoints() |
| Modifier and Type | Method | Description |
|---|---|---|
static ConfiguredServerEndpoint |
HandshakeUtil.getConfig(io.undertow.websockets.core.WebSocketChannel channel) |
Returns the
ConfiguredServerEndpoint which was used while create the WebSocketChannel. |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
HandshakeUtil.setConfig(io.undertow.websockets.core.WebSocketChannel channel,
ConfiguredServerEndpoint config) |
Set the
ConfiguredServerEndpoint which is used to create the WebSocketChannel. |
| Constructor | Description |
|---|---|
JsrHybi07Handshake(ConfiguredServerEndpoint config) |
|
JsrHybi08Handshake(ConfiguredServerEndpoint config) |
|
JsrHybi13Handshake(ConfiguredServerEndpoint config) |
Copyright © 2018. All rights reserved.