Uses of Class
io.undertow.websockets.WebSocketProtocolHandshakeHandler
-
Packages that use WebSocketProtocolHandshakeHandler Package Description io.undertow io.undertow.websockets -
-
Uses of WebSocketProtocolHandshakeHandler in io.undertow
Methods in io.undertow that return WebSocketProtocolHandshakeHandler Modifier and Type Method Description static WebSocketProtocolHandshakeHandler
Handlers. websocket(WebSocketConnectionCallback sessionHandler)
static WebSocketProtocolHandshakeHandler
Handlers. websocket(WebSocketConnectionCallback sessionHandler, HttpHandler next)
-
Uses of WebSocketProtocolHandshakeHandler in io.undertow.websockets
Methods in io.undertow.websockets that return WebSocketProtocolHandshakeHandler Modifier and Type Method Description WebSocketProtocolHandshakeHandler
WebSocketProtocolHandshakeHandler. addExtension(ExtensionHandshake extension)
Add a new WebSocket Extension into the handshakes defined in this handler.
-