Uses of Interface
io.undertow.websockets.WebSocketConnectionCallback
-
Packages that use WebSocketConnectionCallback Package Description io.undertow io.undertow.websockets -
-
Uses of WebSocketConnectionCallback in io.undertow
Methods in io.undertow with parameters of type WebSocketConnectionCallback Modifier and Type Method Description static WebSocketProtocolHandshakeHandler
Handlers. websocket(WebSocketConnectionCallback sessionHandler)
static WebSocketProtocolHandshakeHandler
Handlers. websocket(WebSocketConnectionCallback sessionHandler, HttpHandler next)
-
Uses of WebSocketConnectionCallback in io.undertow.websockets
Constructors in io.undertow.websockets with parameters of type WebSocketConnectionCallback Constructor Description WebSocketProtocolHandshakeHandler(WebSocketConnectionCallback callback)
Create a newWebSocketProtocolHandshakeHandler
WebSocketProtocolHandshakeHandler(WebSocketConnectionCallback callback, HttpHandler next)
Create a newWebSocketProtocolHandshakeHandler
WebSocketProtocolHandshakeHandler(java.util.Collection<Handshake> handshakes, WebSocketConnectionCallback callback)
Create a newWebSocketProtocolHandshakeHandler
WebSocketProtocolHandshakeHandler(java.util.Collection<Handshake> handshakes, WebSocketConnectionCallback callback, HttpHandler next)
Create a newWebSocketProtocolHandshakeHandler
-