public final class SshClientConfigFileReader extends Object
Modifier and Type | Field and Description |
---|---|
static Property<Duration> |
CLIENT_LIVECHECK_INTERVAL_PROP |
static Property<Duration> |
CLIENT_LIVECHECK_REPLIES_WAIT |
static Property<Boolean> |
CLIENT_LIVECHECK_USE_NULLS |
static long |
DEFAULT_LIVECHECK_REPLY_WAIT |
static String |
REQUEST_TTY_OPTION |
static String |
SENDENV_PROP |
static String |
SETENV_PROP |
Modifier and Type | Method and Description |
---|---|
static <C extends SshClient> |
configure(C client,
PropertyResolver props,
boolean lenient,
boolean ignoreUnsupported) |
static <C extends SshClient> |
setupClientHeartbeat(C client,
Map<String,?> options) |
static <C extends SshClient> |
setupClientHeartbeat(C client,
PropertyResolver props) |
public static final String SETENV_PROP
public static final String SENDENV_PROP
public static final String REQUEST_TTY_OPTION
public static final Property<Duration> CLIENT_LIVECHECK_INTERVAL_PROP
public static final long DEFAULT_LIVECHECK_REPLY_WAIT
public static <C extends SshClient> C setupClientHeartbeat(C client, PropertyResolver props)
public static <C extends SshClient> C setupClientHeartbeat(C client, Map<String,?> options)
public static <C extends SshClient> C configure(C client, PropertyResolver props, boolean lenient, boolean ignoreUnsupported)
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.