Class SimpleSftpClientImpl

java.lang.Object
org.apache.sshd.common.util.logging.AbstractLoggingBean
org.apache.sshd.sftp.client.impl.SimpleSftpClientImpl
All Implemented Interfaces:
Closeable, AutoCloseable, Channel, SimpleSftpClient

public class SimpleSftpClientImpl extends org.apache.sshd.common.util.logging.AbstractLoggingBean implements SimpleSftpClient
Author:
Apache MINA SSHD Project
  • Constructor Details

    • SimpleSftpClientImpl

      public SimpleSftpClientImpl()
    • SimpleSftpClientImpl

      public SimpleSftpClientImpl(org.apache.sshd.client.simple.SimpleClient client)
    • SimpleSftpClientImpl

      public SimpleSftpClientImpl(org.apache.sshd.client.simple.SimpleClient client, SftpClientFactory sftpClientFactory)
  • Method Details