Class 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
    • Method Detail

      • onConnect

        public void onConnect​(io.undertow.websockets.spi.WebSocketHttpExchange exchange,
                              io.undertow.websockets.core.WebSocketChannel channel)
        Specified by:
        onConnect in interface io.undertow.websockets.WebSocketConnectionCallback