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()
Methods in org.apache.sshd.sftp.client.impl with parameters of type AbstractSftpClientModifier and TypeMethodDescriptionprivate void
SftpOutputStreamAsync.checkStatus
(AbstractSftpClient client, Buffer buf) 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, long clientOffset, long fileSize, String path, SftpClient.CloseableHandle handle, boolean closeHandle) SftpInputStreamAsync
(AbstractSftpClient client, int bufferSize, String path, Collection<SftpClient.OpenMode> mode) SftpOutputStreamAsync
(AbstractSftpClient client, int bufferSize, String path, Collection<SftpClient.OpenMode> mode) Creates a new stream to write data to a remote file.SftpOutputStreamAsync
(AbstractSftpClient client, int bufferSize, String path, SftpClient.CloseableHandle handle) Creates a new stream to write data to a remote file.SftpOutputStreamAsync
(AbstractSftpClient client, int bufferSize, String path, SftpClient.CloseableHandle handle, boolean closeHandle) Creates a new stream to write data to a remote file.