Uses of Class
org.apache.sshd.client.subsystem.sftp.SftpClient.CloseableHandle
-
Packages that use SftpClient.CloseableHandle Package Description org.apache.sshd.client.subsystem.sftp org.apache.sshd.client.subsystem.sftp.fs org.apache.sshd.client.subsystem.sftp.impl -
-
Uses of SftpClient.CloseableHandle in org.apache.sshd.client.subsystem.sftp
Fields in org.apache.sshd.client.subsystem.sftp declared as SftpClient.CloseableHandle Modifier and Type Field Description private SftpClient.CloseableHandleSftpInputStreamWithChannel. handleprivate SftpClient.CloseableHandleSftpOutputStreamWithChannel. handleprivate SftpClient.CloseableHandleSftpRemotePathChannel. handleMethods in org.apache.sshd.client.subsystem.sftp that return SftpClient.CloseableHandle Modifier and Type Method Description default SftpClient.CloseableHandleSftpClient. open(java.lang.String path)Opens a remote file for readSftpClient.CloseableHandleSftpClient. open(java.lang.String path, java.util.Collection<SftpClient.OpenMode> options)Opens a remote file with the specified mode(s)default SftpClient.CloseableHandleSftpClient. open(java.lang.String path, SftpClient.OpenMode... options)Opens a remote file with the specified mode(s)SftpClient.CloseableHandleSftpClient. openDir(java.lang.String path)Obtain a handle for a directory -
Uses of SftpClient.CloseableHandle in org.apache.sshd.client.subsystem.sftp.fs
Methods in org.apache.sshd.client.subsystem.sftp.fs that return SftpClient.CloseableHandle Modifier and Type Method Description SftpClient.CloseableHandleSftpFileSystem.Wrapper. open(java.lang.String path, java.util.Collection<SftpClient.OpenMode> options)SftpClient.CloseableHandleSftpFileSystem.Wrapper. openDir(java.lang.String path) -
Uses of SftpClient.CloseableHandle in org.apache.sshd.client.subsystem.sftp.impl
Subclasses of SftpClient.CloseableHandle in org.apache.sshd.client.subsystem.sftp.impl Modifier and Type Class Description classDefaultCloseableHandleMethods in org.apache.sshd.client.subsystem.sftp.impl that return SftpClient.CloseableHandle Modifier and Type Method Description SftpClient.CloseableHandleAbstractSftpClient. open(java.lang.String path, java.util.Collection<SftpClient.OpenMode> options)SftpClient.CloseableHandleAbstractSftpClient. openDir(java.lang.String path)
-