Class DefaultOpenFuture

    • Constructor Detail

      • DefaultOpenFuture

        public DefaultOpenFuture​(Object id,
                                 Object lock)
    • Method Detail

      • isOpened

        public boolean isOpened()
        Specified by:
        isOpened in interface OpenFuture
        Returns:
        true if the connect operation is finished successfully.
      • setOpened

        public void setOpened()
        Description copied from interface: OpenFuture
        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.
        Specified by:
        setOpened in interface OpenFuture