Class EndpointSessionHandler

java.lang.Object
io.undertow.websockets.jsr.EndpointSessionHandler
All Implemented Interfaces:
WebSocketConnectionCallback

public final class EndpointSessionHandler extends Object implements WebSocketConnectionCallback
WebSocketConnectionCallback implementation which will setuo the UndertowSession and notify the Endpoint about the new session.
Author:
Norman Maurer