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 WebSocketProtocolHandshakeHandlerHandlers. websocket(WebSocketConnectionCallback sessionHandler)static WebSocketProtocolHandshakeHandlerHandlers. 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 WebSocketProtocolHandshakeHandlerWebSocketProtocolHandshakeHandler. addExtension(ExtensionHandshake extension)Add a new WebSocket Extension into the handshakes defined in this handler.
-