Class InternalWebSocketHandler

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

    public class InternalWebSocketHandler
    extends java.lang.Object
    implements io.undertow.websockets.WebSocketConnectionCallback
    InternalWebSocketHandler handles the web socket requests sent to the daemon.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onConnect​(io.undertow.websockets.spi.WebSocketHttpExchange exchange, io.undertow.websockets.core.WebSocketChannel channel)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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