Class SshClientConfigFileReader

java.lang.Object
org.apache.sshd.client.config.SshClientConfigFileReader

public final class SshClientConfigFileReader extends Object
Author:
Apache MINA SSHD Project
  • Field Details

  • Method Details

    • setupClientHeartbeat

      public static <C extends SshClient> C setupClientHeartbeat(C client, PropertyResolver props)
    • setupClientHeartbeat

      public static <C extends SshClient> C setupClientHeartbeat(C client, Map<String,?> options)
    • configure

      public static <C extends SshClient> C configure(C client, PropertyResolver props, boolean lenient, boolean ignoreUnsupported)