Interface TunnelClientListener

    • Method Detail

      • onOpen

        void onOpen​(SocketChannel socket)
        Called when a socket channel is opened.
        Parameters:
        socket - the socket channel
      • onClose

        void onClose​(SocketChannel socket)
        Called when a socket channel is closed.
        Parameters:
        socket - the socket channel