io.undertow.websockets.WebSocketConnectionCallbackpublic final class EndpointSessionHandler extends Object implements io.undertow.websockets.WebSocketConnectionCallback
WebSocketConnectionCallback implementation which will setuo the UndertowSession and notify
the Endpoint about the new session.| Constructor | Description |
|---|---|
EndpointSessionHandler(ServerWebSocketContainer container) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
onConnect(io.undertow.websockets.spi.WebSocketHttpExchange exchange,
io.undertow.websockets.core.WebSocketChannel channel) |
public EndpointSessionHandler(ServerWebSocketContainer container)
Copyright © 2018. All rights reserved.