Package | Description |
---|---|
io.undertow | |
io.undertow.servlet.websockets | |
io.undertow.websockets | |
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 | Class and Description |
---|---|
class |
EndpointSessionHandler
WebSocketConnectionCallback implementation which will setuo the UndertowSession and notify
the Endpoint about the new session. |
Copyright © 2024 JBoss by Red Hat. All rights reserved.