Package | Description |
---|---|
io.undertow | |
io.undertow.servlet.websockets | |
io.undertow.websockets.core.handler | |
io.undertow.websockets.core.protocol | |
io.undertow.websockets.jsr |
Modifier and Type | Method and Description |
---|---|
static WebSocketProtocolHandshakeHandler |
Handlers.websocket(WebSocketConnectionCallback sessionHandler) |
static WebSocketProtocolHandshakeHandler |
Handlers.websocket(WebSocketConnectionCallback sessionHandler,
HttpHandler next) |
Constructor and Description |
---|
WebSocketServlet(WebSocketConnectionCallback callback) |
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
|
Modifier and Type | Class and Description |
---|---|
class |
EndpointSessionHandler
WebSocketConnectionCallback implementation which will setuo the UndertowSession and notify
the Endpoint about the new session. |
Copyright © 2013 JBoss by Red Hat. All rights reserved.