Package org.apache.sshd.cli.client
Class CliClientModuleProperties
java.lang.Object
org.apache.sshd.cli.client.CliClientModuleProperties
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic 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 -
Method Summary
-
Field Details
-
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
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
Key used to retrieve the value of the timeout for opening an EXEC or SHELL channel - in msec.
-
-
Constructor Details
-
CliClientModuleProperties
private CliClientModuleProperties()
-