public final class EndpointSessionHandler extends Object implements 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(WebSocketHttpExchange exchange,
WebSocketChannel channel) |
public EndpointSessionHandler(ServerWebSocketContainer container)
public void onConnect(WebSocketHttpExchange exchange, WebSocketChannel channel)
onConnect in interface WebSocketConnectionCallbackCopyright © 2026 JBoss by Red Hat. All rights reserved.