Uses of Class
org.apache.sshd.sftp.client.SftpClient.CloseableHandle
-
Packages that use SftpClient.CloseableHandle Package Description org.apache.sshd.sftp.client org.apache.sshd.sftp.client.fs org.apache.sshd.sftp.client.impl -
-
Uses of SftpClient.CloseableHandle in org.apache.sshd.sftp.client
Methods in org.apache.sshd.sftp.client that return SftpClient.CloseableHandle Modifier and Type Method Description default SftpClient.CloseableHandle
SftpClient. open(java.lang.String path)
Opens a remote file for readSftpClient.CloseableHandle
SftpClient. open(java.lang.String path, java.util.Collection<SftpClient.OpenMode> options)
Opens a remote file with the specified mode(s)default SftpClient.CloseableHandle
SftpClient. open(java.lang.String path, SftpClient.OpenMode... options)
Opens a remote file with the specified mode(s)SftpClient.CloseableHandle
SftpClient. openDir(java.lang.String path)
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.CloseableHandle Modifier and Type Method Description SftpClient.CloseableHandle
SftpFileSystem.Wrapper. open(java.lang.String path, java.util.Collection<SftpClient.OpenMode> options)
SftpClient.CloseableHandle
SftpFileSystem.Wrapper. openDir(java.lang.String path)
-
Uses of SftpClient.CloseableHandle in org.apache.sshd.sftp.client.impl
Subclasses of SftpClient.CloseableHandle in org.apache.sshd.sftp.client.impl Modifier and Type Class Description class
DefaultCloseableHandle
Fields in org.apache.sshd.sftp.client.impl declared as SftpClient.CloseableHandle Modifier and Type Field Description protected SftpClient.CloseableHandle
SftpInputStreamAsync. handle
protected SftpClient.CloseableHandle
SftpOutputStreamAsync. handle
protected SftpClient.CloseableHandle
SftpRemotePathChannel. handle
Methods in org.apache.sshd.sftp.client.impl that return SftpClient.CloseableHandle Modifier and Type Method Description SftpClient.CloseableHandle
AbstractSftpClient. open(java.lang.String path, java.util.Collection<SftpClient.OpenMode> options)
SftpClient.CloseableHandle
AbstractSftpClient. openDir(java.lang.String path)
Constructors in org.apache.sshd.sftp.client.impl with parameters of type SftpClient.CloseableHandle 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)
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.
-