trait ConnectionSettings
Settings for establishing the SSH connection.
| Modifiers | Name | Description |
|---|---|---|
static class |
ConnectionSettings.With |
| Type | Name and description |
|---|---|
Remote |
gatewayGateway host. |
java.lang.Integer |
keepAliveSecInterval time in seconds between keep-alive packets. |
java.lang.Integer |
retryCountRetry count for connecting to a host. |
java.lang.Integer |
retryWaitSecInterval time in seconds between retries. |
java.lang.Integer |
timeoutSecBoth connection timeout and socket read timeout in seconds. |
Gateway host. This may be null.
Interval time in seconds between keep-alive packets.
Retry count for connecting to a host.
Interval time in seconds between retries.
Both connection timeout and socket read timeout in seconds.