Uses of Interface
io.undertow.websockets.WebSocketConnectionCallback
Packages that use WebSocketConnectionCallback
-
Uses of WebSocketConnectionCallback in io.undertow
Methods in io.undertow with parameters of type WebSocketConnectionCallbackModifier and TypeMethodDescriptionHandlers.websocket
(WebSocketConnectionCallback sessionHandler) Handlers.websocket
(WebSocketConnectionCallback sessionHandler, HttpHandler next) -
Uses of WebSocketConnectionCallback in io.undertow.websockets
Constructors in io.undertow.websockets with parameters of type WebSocketConnectionCallbackModifierConstructorDescriptionCreate a newWebSocketProtocolHandshakeHandler
WebSocketProtocolHandshakeHandler
(WebSocketConnectionCallback callback, HttpHandler next) Create a newWebSocketProtocolHandshakeHandler
WebSocketProtocolHandshakeHandler
(Collection<Handshake> handshakes, WebSocketConnectionCallback callback) Create a newWebSocketProtocolHandshakeHandler
WebSocketProtocolHandshakeHandler
(Collection<Handshake> handshakes, WebSocketConnectionCallback callback, HttpHandler next) Create a newWebSocketProtocolHandshakeHandler