Package org.apache.sshd.client.config
Class SshClientConfigFileReader
- java.lang.Object
-
- org.apache.sshd.client.config.SshClientConfigFileReader
-
public final class SshClientConfigFileReader extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static Property<java.time.Duration>
CLIENT_LIVECHECK_INTERVAL_PROP
static Property<java.time.Duration>
CLIENT_LIVECHECK_REPLIES_WAIT
static Property<java.lang.Boolean>
CLIENT_LIVECHECK_USE_NULLS
static long
DEFAULT_LIVECHECK_REPLY_WAIT
static java.lang.String
REQUEST_TTY_OPTION
static java.lang.String
SENDENV_PROP
static java.lang.String
SETENV_PROP
-
Constructor Summary
Constructors Modifier Constructor Description private
SshClientConfigFileReader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <C extends SshClient>
Cconfigure(C client, PropertyResolver props, boolean lenient, boolean ignoreUnsupported)
static <C extends SshClient>
CsetupClientHeartbeat(C client, java.util.Map<java.lang.String,?> options)
static <C extends SshClient>
CsetupClientHeartbeat(C client, PropertyResolver props)
-
-
-
Field Detail
-
SETENV_PROP
public static final java.lang.String SETENV_PROP
- See Also:
- Constant Field Values
-
SENDENV_PROP
public static final java.lang.String SENDENV_PROP
- See Also:
- Constant Field Values
-
REQUEST_TTY_OPTION
public static final java.lang.String REQUEST_TTY_OPTION
- See Also:
- Constant Field Values
-
CLIENT_LIVECHECK_INTERVAL_PROP
public static final Property<java.time.Duration> CLIENT_LIVECHECK_INTERVAL_PROP
-
CLIENT_LIVECHECK_USE_NULLS
public static final Property<java.lang.Boolean> CLIENT_LIVECHECK_USE_NULLS
-
CLIENT_LIVECHECK_REPLIES_WAIT
public static final Property<java.time.Duration> CLIENT_LIVECHECK_REPLIES_WAIT
-
DEFAULT_LIVECHECK_REPLY_WAIT
public static final long DEFAULT_LIVECHECK_REPLY_WAIT
- See Also:
- Constant Field Values
-
-
Method Detail
-
setupClientHeartbeat
public static <C extends SshClient> C setupClientHeartbeat(C client, PropertyResolver props)
-
setupClientHeartbeat
public static <C extends SshClient> C setupClientHeartbeat(C client, java.util.Map<java.lang.String,?> options)
-
configure
public static <C extends SshClient> C configure(C client, PropertyResolver props, boolean lenient, boolean ignoreUnsupported)
-
-