| Package | Description |
|---|---|
| io.undertow | |
| io.undertow.websockets.core.handler | |
| io.undertow.websockets.core.protocol |
| Modifier and Type | Method and Description |
|---|---|
static WebSocketProtocolHandshakeHandler |
Handlers.websocket(WebSocketConnectionCallback sessionHandler) |
static WebSocketProtocolHandshakeHandler |
Handlers.websocket(WebSocketConnectionCallback sessionHandler,
HttpHandler next) |
| Constructor and Description |
|---|
WebSocketProtocolHandshakeHandler(Collection<Handshake> handshakes,
WebSocketConnectionCallback callback)
Create a new
WebSocketProtocolHandshakeHandler |
WebSocketProtocolHandshakeHandler(Collection<Handshake> handshakes,
WebSocketConnectionCallback callback,
HttpHandler next)
Create a new
WebSocketProtocolHandshakeHandler |
WebSocketProtocolHandshakeHandler(WebSocketConnectionCallback callback)
Create a new
WebSocketProtocolHandshakeHandler |
WebSocketProtocolHandshakeHandler(WebSocketConnectionCallback callback,
HttpHandler next)
Create a new
WebSocketProtocolHandshakeHandler |
| Modifier and Type | Method and Description |
|---|---|
void |
Handshake.handshake(WebSocketHttpExchange exchange,
WebSocketConnectionCallback callback)
Issue the WebSocket upgrade
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.