Uses of Interface
io.undertow.websockets.WebSocketConnectionCallback
-
Packages that use WebSocketConnectionCallback Package Description io.undertow io.undertow.servlet.websockets io.undertow.websockets io.undertow.websockets.jsr -
-
Uses of WebSocketConnectionCallback in io.undertow
Methods in io.undertow with parameters of type WebSocketConnectionCallback Modifier and Type Method Description static WebSocketProtocolHandshakeHandlerHandlers. websocket(WebSocketConnectionCallback sessionHandler)static WebSocketProtocolHandshakeHandlerHandlers. websocket(WebSocketConnectionCallback sessionHandler, HttpHandler next) -
Uses of WebSocketConnectionCallback in io.undertow.servlet.websockets
Constructors in io.undertow.servlet.websockets with parameters of type WebSocketConnectionCallback Constructor Description WebSocketServlet(WebSocketConnectionCallback callback) -
Uses of WebSocketConnectionCallback in io.undertow.websockets
Constructors in io.undertow.websockets with parameters of type WebSocketConnectionCallback Constructor Description WebSocketProtocolHandshakeHandler(WebSocketConnectionCallback callback)Create a newWebSocketProtocolHandshakeHandlerWebSocketProtocolHandshakeHandler(WebSocketConnectionCallback callback, HttpHandler next)Create a newWebSocketProtocolHandshakeHandlerWebSocketProtocolHandshakeHandler(Collection<Handshake> handshakes, WebSocketConnectionCallback callback)Create a newWebSocketProtocolHandshakeHandlerWebSocketProtocolHandshakeHandler(Collection<Handshake> handshakes, WebSocketConnectionCallback callback, HttpHandler next)Create a newWebSocketProtocolHandshakeHandler -
Uses of WebSocketConnectionCallback in io.undertow.websockets.jsr
Classes in io.undertow.websockets.jsr that implement WebSocketConnectionCallback Modifier and Type Class Description classEndpointSessionHandlerWebSocketConnectionCallbackimplementation which will setuo theUndertowSessionand notify theEndpointabout the new session.
-