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.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.CloseableHandleSftpClient. open(String path)Opens a remote file for readSftpClient.CloseableHandleSftpClient. 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)SftpClient.CloseableHandleSftpClient. openDir(String path)Obtain a handle for a directory -
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 classDefaultCloseableHandleFields in org.apache.sshd.sftp.client.impl declared as SftpClient.CloseableHandle Modifier and Type Field Description protected SftpClient.CloseableHandleSftpInputStreamAsync. handleprotected SftpClient.CloseableHandleSftpOutputStreamAsync. handleprotected SftpClient.CloseableHandleSftpRemotePathChannel. handleMethods in org.apache.sshd.sftp.client.impl that return SftpClient.CloseableHandle Modifier and Type Method Description SftpClient.CloseableHandleAbstractSftpClient. open(String path, Collection<SftpClient.OpenMode> options)SftpClient.CloseableHandleAbstractSftpClient. openDir(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, String path, SftpClient.CloseableHandle handle)SftpOutputStreamAsync(AbstractSftpClient client, int bufferSize, String path, SftpClient.CloseableHandle handle)
-