Uses of Class
org.apache.sshd.sftp.client.impl.AbstractSftpClient
-
Packages that use AbstractSftpClient Package Description org.apache.sshd.sftp.client.fs org.apache.sshd.sftp.client.impl -
-
Uses of AbstractSftpClient in org.apache.sshd.sftp.client.fs
Subclasses of AbstractSftpClient in org.apache.sshd.sftp.client.fs Modifier and Type Class Description private classSftpFileSystem.Wrapper -
Uses of AbstractSftpClient in org.apache.sshd.sftp.client.impl
Subclasses of AbstractSftpClient in org.apache.sshd.sftp.client.impl Modifier and Type Class Description classDefaultSftpClientFields in org.apache.sshd.sftp.client.impl declared as AbstractSftpClient Modifier and Type Field Description private AbstractSftpClientSftpInputStreamAsync. clientInstanceprivate AbstractSftpClientSftpOutputStreamAsync. clientInstanceMethods in org.apache.sshd.sftp.client.impl that return AbstractSftpClient Modifier and Type Method Description AbstractSftpClientSftpInputStreamAsync. getClient()AbstractSftpClientSftpOutputStreamAsync. getClient()Constructors in org.apache.sshd.sftp.client.impl with parameters of type AbstractSftpClient Constructor Description SftpInputStreamAsync(AbstractSftpClient client, int bufferSize, long clientOffset, long fileSize, java.lang.String path, SftpClient.CloseableHandle handle)SftpInputStreamAsync(AbstractSftpClient client, int bufferSize, java.lang.String path, java.util.Collection<SftpClient.OpenMode> mode)SftpOutputStreamAsync(AbstractSftpClient client, int bufferSize, java.lang.String path, java.util.Collection<SftpClient.OpenMode> mode)SftpOutputStreamAsync(AbstractSftpClient client, int bufferSize, java.lang.String path, SftpClient.CloseableHandle handle)
-