Class CliClientModuleProperties

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

public final class CliClientModuleProperties extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.sshd.common.Property<Duration>
    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.
    static final org.apache.sshd.common.Property<Duration>
    Key used to retrieve the value of the timeout for opening an EXEC or SHELL channel - in msec.
    static final org.apache.sshd.common.Property<Duration>
    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.
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • CONECT_TIMEOUT

      public static final org.apache.sshd.common.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 org.apache.sshd.common.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 org.apache.sshd.common.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()