Package de.quantummaid.httpmaid.undertow
Class UndertowWebsocketsCallback
- java.lang.Object
-
- de.quantummaid.httpmaid.undertow.UndertowWebsocketsCallback
-
- All Implemented Interfaces:
io.undertow.websockets.WebSocketConnectionCallback
public final class UndertowWebsocketsCallback extends Object implements io.undertow.websockets.WebSocketConnectionCallback
-
-
Constructor Summary
Constructors Constructor Description UndertowWebsocketsCallback()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonConnect(io.undertow.websockets.spi.WebSocketHttpExchange exchange, io.undertow.websockets.core.WebSocketChannel channel)static UndertowWebsocketsCallbackundertowWebsocketsCallback(HttpMaid httpMaid)
-
-
-
Method Detail
-
undertowWebsocketsCallback
public static UndertowWebsocketsCallback undertowWebsocketsCallback(HttpMaid httpMaid)
-
onConnect
public void onConnect(io.undertow.websockets.spi.WebSocketHttpExchange exchange, io.undertow.websockets.core.WebSocketChannel channel)- Specified by:
onConnectin interfaceio.undertow.websockets.WebSocketConnectionCallback
-
-