Class CliClientModuleProperties


  • public final class CliClientModuleProperties
    extends java.lang.Object
    • Field Summary

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

      • Methods inherited from class java.lang.Object

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

      • CONECT_TIMEOUT

        public static final org.apache.sshd.common.Property<java.time.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<java.time.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<java.time.Duration> CHANNEL_OPEN_TIMEOUT
        Key used to retrieve the value of the timeout for opening an EXEC or SHELL channel - in msec.
    • Constructor Detail

      • CliClientModuleProperties

        private CliClientModuleProperties()