Package io.undertow.websockets.jsr
Class EndpointSessionHandler
java.lang.Object
io.undertow.websockets.jsr.EndpointSessionHandler
- All Implemented Interfaces:
WebSocketConnectionCallback
WebSocketConnectionCallback implementation which will setuo the UndertowSession and notify
the Endpoint about the new session.- Author:
- Norman Maurer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonConnect(WebSocketHttpExchange exchange, WebSocketChannel channel)
-
Constructor Details
-
EndpointSessionHandler
-
-
Method Details
-
onConnect
- Specified by:
onConnectin interfaceWebSocketConnectionCallback
-