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 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