Package io.undertow.websockets.jsr
Class EndpointSessionHandler
java.lang.Object
io.undertow.websockets.jsr.EndpointSessionHandler
- All Implemented Interfaces:
io.undertow.websockets.WebSocketConnectionCallback
public 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.- Author:
- Norman Maurer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonConnect(io.undertow.websockets.spi.WebSocketHttpExchange exchange, io.undertow.websockets.core.WebSocketChannel channel)
-
Constructor Details
-
EndpointSessionHandler
-
-
Method Details
-
onConnect
public void onConnect(io.undertow.websockets.spi.WebSocketHttpExchange exchange, io.undertow.websockets.core.WebSocketChannel channel) - Specified by:
onConnectin interfaceio.undertow.websockets.WebSocketConnectionCallback
-