Interface OpenFuture

All Superinterfaces:
Cancellable, SshFuture<OpenFuture>, VerifiableFuture<OpenFuture>, WaitableFuture, WithException
All Known Implementing Classes:
DefaultOpenFuture

public interface OpenFuture extends SshFuture<OpenFuture>, VerifiableFuture<OpenFuture>, Cancellable
An SshFuture for asynchronous channel opening requests.
Author:
Apache MINA SSHD Project
  • Method Details

    • isOpened

      boolean isOpened()
      Returns:
      true if the connect operation is finished successfully.
    • setOpened

      void setOpened()
      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.