Class CliClientModuleProperties

java.lang.Object
org.apache.sshd.cli.client.CliClientModuleProperties

public final class CliClientModuleProperties extends Object
  • Field Details

    • CONECT_TIMEOUT

      public static final Property<Duration> CONECT_TIMEOUT
      Key used to retrieve the value of the timeout after which it will abort the connection if the connection has not been established - in milliseconds.
    • AUTH_TIMEOUT

      public static final Property<Duration> AUTH_TIMEOUT
      Key used to retrieve the value of the timeout after which it will close the connection if the other side has not been authenticated - in milliseconds.
    • CHANNEL_OPEN_TIMEOUT

      public static final Property<Duration> CHANNEL_OPEN_TIMEOUT
      Key used to retrieve the value of the timeout for opening an EXEC or SHELL channel - in msec.
  • Constructor Details

    • CliClientModuleProperties

      private CliClientModuleProperties()