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 Details

  • Method Details

    • 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