Uses of Class
org.apache.sshd.sftp.client.impl.AbstractSftpClient
Packages that use AbstractSftpClient
-
Uses of AbstractSftpClient in org.apache.sshd.sftp.client.fs
Subclasses of AbstractSftpClient in org.apache.sshd.sftp.client.fs -
Uses of AbstractSftpClient in org.apache.sshd.sftp.client.impl
Subclasses of AbstractSftpClient in org.apache.sshd.sftp.client.implFields in org.apache.sshd.sftp.client.impl declared as AbstractSftpClientModifier and TypeFieldDescriptionprivate final AbstractSftpClient
SftpInputStreamAsync.clientInstance
private final AbstractSftpClient
SftpOutputStreamAsync.clientInstance
Methods in org.apache.sshd.sftp.client.impl that return AbstractSftpClientModifier and TypeMethodDescriptionfinal AbstractSftpClient
SftpInputStreamAsync.getClient()
final AbstractSftpClient
SftpOutputStreamAsync.getClient()
Constructors in org.apache.sshd.sftp.client.impl with parameters of type AbstractSftpClientModifierConstructorDescriptionSftpInputStreamAsync
(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)