Uses of Class
org.apache.sshd.sftp.client.impl.AbstractSftpClient
-
Packages that use AbstractSftpClient Package Description org.apache.sshd.sftp.client.fs org.apache.sshd.sftp.client.impl -
-
Uses of AbstractSftpClient in org.apache.sshd.sftp.client.fs
Subclasses of AbstractSftpClient in org.apache.sshd.sftp.client.fs Modifier and Type Class Description private class
SftpFileSystem.Wrapper
-
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
Fields in org.apache.sshd.sftp.client.impl declared as AbstractSftpClient Modifier and Type Field Description private AbstractSftpClient
SftpInputStreamAsync. clientInstance
private AbstractSftpClient
SftpOutputStreamAsync. clientInstance
Methods in org.apache.sshd.sftp.client.impl that return AbstractSftpClient Modifier and Type Method Description AbstractSftpClient
SftpInputStreamAsync. getClient()
AbstractSftpClient
SftpOutputStreamAsync. getClient()
Methods in org.apache.sshd.sftp.client.impl with parameters of type AbstractSftpClient Modifier and Type Method Description private void
SftpOutputStreamAsync. checkStatus(AbstractSftpClient client, Buffer buf)
Constructors in org.apache.sshd.sftp.client.impl with parameters of type AbstractSftpClient Constructor Description SftpInputStreamAsync(AbstractSftpClient client, int bufferSize, long clientOffset, long fileSize, java.lang.String path, SftpClient.CloseableHandle handle)
SftpInputStreamAsync(AbstractSftpClient client, int bufferSize, long clientOffset, long fileSize, java.lang.String path, SftpClient.CloseableHandle handle, boolean closeHandle)
SftpInputStreamAsync(AbstractSftpClient client, int bufferSize, java.lang.String path, java.util.Collection<SftpClient.OpenMode> mode)
SftpOutputStreamAsync(AbstractSftpClient client, int bufferSize, java.lang.String path, java.util.Collection<SftpClient.OpenMode> mode)
Creates a new stream to write data to a remote file.SftpOutputStreamAsync(AbstractSftpClient client, int bufferSize, java.lang.String path, SftpClient.CloseableHandle handle)
Creates a new stream to write data to a remote file.SftpOutputStreamAsync(AbstractSftpClient client, int bufferSize, java.lang.String path, SftpClient.CloseableHandle handle, boolean closeHandle)
Creates a new stream to write data to a remote file.
-