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.fsModifier and TypeClassDescriptionprivate classprivate classSftpClient with support for getting supported file attribute views and the server-side default directory.private classThe file system hands out only Wrapper instances to prevent the underlying SftpClient from being closed. -
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 AbstractSftpClientSftpInputStreamAsync.clientInstanceprivate final AbstractSftpClientSftpOutputStreamAsync.clientInstanceMethods in org.apache.sshd.sftp.client.impl that return AbstractSftpClientModifier and TypeMethodDescriptionfinal AbstractSftpClientSftpInputStreamAsync.getClient()final AbstractSftpClientSftpOutputStreamAsync.getClient()Methods in org.apache.sshd.sftp.client.impl with parameters of type AbstractSftpClientModifier and TypeMethodDescriptionprivate voidSftpOutputStreamAsync.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.