Uses of Class
org.apache.sshd.sftp.client.impl.AbstractSftpClient
-
Packages that use AbstractSftpClient Package Description org.apache.sshd.sftp.client.impl -
-
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 classDefaultSftpClientMethods 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, String path, SftpClient.CloseableHandle handle)SftpInputStreamAsync(AbstractSftpClient client, int bufferSize, String path, Collection<SftpClient.OpenMode> mode)SftpOutputStreamAsync(AbstractSftpClient client, int bufferSize, String path, Collection<SftpClient.OpenMode> mode)SftpOutputStreamAsync(AbstractSftpClient client, int bufferSize, String path, SftpClient.CloseableHandle handle)
-