Uses of Class
org.apache.sshd.sftp.client.SftpClient.CloseableHandle
Packages that use SftpClient.CloseableHandle
Package
Description
-
Uses of SftpClient.CloseableHandle in org.apache.sshd.sftp.client
Methods in org.apache.sshd.sftp.client that return SftpClient.CloseableHandleModifier and TypeMethodDescriptiondefault SftpClient.CloseableHandleOpens a remote file for readSftpClient.open(String path, Collection<SftpClient.OpenMode> options) Opens a remote file with the specified mode(s)default SftpClient.CloseableHandleSftpClient.open(String path, SftpClient.OpenMode... options) Opens a remote file with the specified mode(s)Obtain a handle for a directory -
Uses of SftpClient.CloseableHandle in org.apache.sshd.sftp.client.fs
Methods in org.apache.sshd.sftp.client.fs that return SftpClient.CloseableHandleModifier and TypeMethodDescriptionSftpFileSystem.Wrapper.open(String path, Collection<SftpClient.OpenMode> options) -
Uses of SftpClient.CloseableHandle in org.apache.sshd.sftp.client.impl
Subclasses of SftpClient.CloseableHandle in org.apache.sshd.sftp.client.implFields in org.apache.sshd.sftp.client.impl declared as SftpClient.CloseableHandleModifier and TypeFieldDescriptionprotected SftpClient.CloseableHandleSftpInputStreamAsync.handleprotected SftpClient.CloseableHandleSftpOutputStreamAsync.handleprotected final SftpClient.CloseableHandleSftpRemotePathChannel.handleMethods in org.apache.sshd.sftp.client.impl that return SftpClient.CloseableHandleModifier and TypeMethodDescriptionAbstractSftpClient.open(String path, Collection<SftpClient.OpenMode> options) Constructors in org.apache.sshd.sftp.client.impl with parameters of type SftpClient.CloseableHandleModifierConstructorDescriptionSftpInputStreamAsync(AbstractSftpClient client, int bufferSize, long clientOffset, long fileSize, String path, SftpClient.CloseableHandle handle) SftpOutputStreamAsync(AbstractSftpClient client, int bufferSize, String path, SftpClient.CloseableHandle handle)