Interface ConnectFuture

    • Method Detail

      • isConnected

        boolean isConnected()
        Returns:
        true if the connect operation is finished successfully.
      • setSession

        void setSession​(ClientSession session)
        Sets the newly connected session and notifies all threads waiting for this future. This method is invoked by SSHD internally. Please do not call this method directly.
        Parameters:
        session - The ClientSession