Package | Description |
---|---|
io.undertow.websockets.jsr | |
io.undertow.websockets.jsr.handshake |
Modifier and Type | Method and Description |
---|---|
List<ConfiguredServerEndpoint> |
ServerWebSocketContainer.getConfiguredServerEndpoints() |
protected Map<ConfiguredServerEndpoint,List<Handshake>> |
JsrWebSocketFilter.handshakes(List<ConfiguredServerEndpoint> configs) |
Modifier and Type | Method and Description |
---|---|
protected Map<ConfiguredServerEndpoint,List<Handshake>> |
JsrWebSocketFilter.handshakes(List<ConfiguredServerEndpoint> configs) |
Modifier and Type | Method and Description |
---|---|
static ConfiguredServerEndpoint |
HandshakeUtil.getConfig(WebSocketChannel channel)
Returns the
ServerEndpointConfiguration which was used while create the WebSocketChannel . |
Modifier and Type | Method and Description |
---|---|
static void |
HandshakeUtil.setConfig(WebSocketChannel channel,
ConfiguredServerEndpoint config)
Set the
ServerEndpointConfiguration which is used to create the WebSocketChannel . |
Constructor and Description |
---|
JsrHybi07Handshake(ConfiguredServerEndpoint config) |
JsrHybi08Handshake(ConfiguredServerEndpoint config) |
JsrHybi13Handshake(ConfiguredServerEndpoint config) |
Copyright © 2013 JBoss by Red Hat. All rights reserved.