Class UndertowWebsocketsCallback

  • All Implemented Interfaces:
    io.undertow.websockets.WebSocketConnectionCallback

    public final class UndertowWebsocketsCallback
    extends Object
    implements io.undertow.websockets.WebSocketConnectionCallback
    • Constructor Detail

      • UndertowWebsocketsCallback

        public UndertowWebsocketsCallback()
    • 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