Interface CloseFuture

    • Method Detail

      • isClosed

        boolean isClosed()
        Returns:
        true if the close request is finished and the target is closed.
      • setClosed

        void setClosed()
        Marks this future as closed and notifies all threads waiting for this future. This method is invoked by SSHD internally. Please do not call this method directly.