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 class
DefaultSftpClient
Methods in org.apache.sshd.sftp.client.impl that return AbstractSftpClient Modifier and Type Method Description AbstractSftpClient
SftpInputStreamAsync. getClient()
AbstractSftpClient
SftpOutputStreamAsync. 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)
-