Package org.apache.sshd.cli.client
Class CliClientModuleProperties
- java.lang.Object
-
- org.apache.sshd.cli.client.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.
-
Constructor Summary
Constructors Modifier Constructor Description private
CliClientModuleProperties()
-
-
-
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.
-
-