public final class SshClientConfigFileReader extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CLIENT_LIVECHECK_INTERVAL_PROP |
static String |
CLIENT_LIVECHECK_REPLIES_WAIT |
static String |
CLIENT_LIVECHECK_USE_NULLS |
static long |
DEFAULT_ALIVE_INTERVAL |
static long |
DEFAULT_LIVECHECK_REPLY_WAIT |
static boolean |
DEFAULT_LIVECHECK_USE_NULLS |
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 String CLIENT_LIVECHECK_INTERVAL_PROP
public static final long DEFAULT_ALIVE_INTERVAL
public static final String CLIENT_LIVECHECK_USE_NULLS
public static final boolean DEFAULT_LIVECHECK_USE_NULLS
public static final String CLIENT_LIVECHECK_REPLIES_WAIT
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–2020 The Apache Software Foundation. All rights reserved.