Uses of Class
org.apache.sshd.sftp.client.SftpClient.Handle
Packages that use SftpClient.Handle
Package
Description
-
Uses of SftpClient.Handle in org.apache.sshd.sftp.client
Subclasses of SftpClient.Handle in org.apache.sshd.sftp.clientMethods in org.apache.sshd.sftp.client with parameters of type SftpClient.HandleModifier and TypeMethodDescriptionvoid
SftpClient.close
(SftpClient.Handle handle) Close the handle obtained from one of theopen
methodsSftpClient.listDir
(SftpClient.Handle handle) void
SftpClient.lock
(SftpClient.Handle handle, long offset, long length, int mask) default int
SftpClient.read
(SftpClient.Handle handle, long fileOffset, byte[] dst) Reads data from the open (file) handledefault int
SftpClient.read
(SftpClient.Handle handle, long fileOffset, byte[] dst, int dstOffset, int len) int
SftpClient.read
(SftpClient.Handle handle, long fileOffset, byte[] dst, int dstOffset, int len, AtomicReference<Boolean> eofSignalled) Reads data from the open (file) handledefault int
SftpClient.read
(SftpClient.Handle handle, long fileOffset, byte[] dst, AtomicReference<Boolean> eofSignalled) Reads data from the open (file) handledefault List
<SftpClient.DirEntry> SftpClient.readDir
(SftpClient.Handle handle) SftpClient.readDir
(SftpClient.Handle handle, AtomicReference<Boolean> eolIndicator) void
SftpClient.setStat
(SftpClient.Handle handle, SftpClient.Attributes attributes) Update remote node meta-dataSftpClient.stat
(SftpClient.Handle handle) Retrieve file/directory handle meta-datavoid
SftpClient.unlock
(SftpClient.Handle handle, long offset, long length) default void
SftpClient.write
(SftpClient.Handle handle, long fileOffset, byte[] src) void
SftpClient.write
(SftpClient.Handle handle, long fileOffset, byte[] src, int srcOffset, int len) Write data to (open) file handle -
Uses of SftpClient.Handle in org.apache.sshd.sftp.client.extensions
Methods in org.apache.sshd.sftp.client.extensions with parameters of type SftpClient.HandleModifier and TypeMethodDescriptionMap.Entry
<String, Collection<byte[]>> CheckFileHandleExtension.checkFileHandle
(SftpClient.Handle handle, Collection<String> algorithms, long startOffset, long length, int blockSize) void
CopyDataExtension.copyData
(SftpClient.Handle readHandle, long readOffset, long readLength, SftpClient.Handle writeHandle, long writeOffset) byte[]
MD5HandleExtension.getHash
(SftpClient.Handle handle, long offset, long length, byte[] quickHash) -
Uses of SftpClient.Handle in org.apache.sshd.sftp.client.extensions.helpers
Methods in org.apache.sshd.sftp.client.extensions.helpers with parameters of type SftpClient.HandleModifier and TypeMethodDescriptionCheckFileHandleExtensionImpl.checkFileHandle
(SftpClient.Handle handle, Collection<String> algorithms, long startOffset, long length, int blockSize) void
CopyDataExtensionImpl.copyData
(SftpClient.Handle readHandle, long readOffset, long readLength, SftpClient.Handle writeHandle, long writeOffset) byte[]
MD5HandleExtensionImpl.getHash
(SftpClient.Handle handle, long offset, long length, byte[] quickHash) -
Uses of SftpClient.Handle in org.apache.sshd.sftp.client.extensions.openssh
Methods in org.apache.sshd.sftp.client.extensions.openssh with parameters of type SftpClient.HandleModifier and TypeMethodDescriptionvoid
OpenSSHFsyncExtension.fsync
(SftpClient.Handle fileHandle) OpenSSHStatHandleExtension.stat
(SftpClient.Handle handle) -
Uses of SftpClient.Handle in org.apache.sshd.sftp.client.extensions.openssh.helpers
Methods in org.apache.sshd.sftp.client.extensions.openssh.helpers with parameters of type SftpClient.HandleModifier and TypeMethodDescriptionvoid
OpenSSHFsyncExtensionImpl.fsync
(SftpClient.Handle fileHandle) OpenSSHStatHandleExtensionImpl.stat
(SftpClient.Handle handle) -
Uses of SftpClient.Handle in org.apache.sshd.sftp.client.fs
Methods in org.apache.sshd.sftp.client.fs with parameters of type SftpClient.HandleModifier and TypeMethodDescriptionvoid
SftpFileSystem.Wrapper.close
(SftpClient.Handle handle) SftpFileSystem.Wrapper.listDir
(SftpClient.Handle handle) void
SftpFileSystem.Wrapper.lock
(SftpClient.Handle handle, long offset, long length, int mask) int
SftpFileSystem.Wrapper.read
(SftpClient.Handle handle, long fileOffset, byte[] dst, int dstOffset, int len) SftpFileSystem.Wrapper.readDir
(SftpClient.Handle handle) SftpFileSystem.Wrapper.readDir
(SftpClient.Handle handle, AtomicReference<Boolean> eolIndicator) void
SftpFileSystem.Wrapper.setStat
(SftpClient.Handle handle, SftpClient.Attributes attributes) SftpFileSystem.Wrapper.stat
(SftpClient.Handle handle) void
SftpFileSystem.Wrapper.unlock
(SftpClient.Handle handle, long offset, long length) void
SftpFileSystem.Wrapper.write
(SftpClient.Handle handle, long fileOffset, byte[] src, int srcOffset, int len) -
Uses of SftpClient.Handle in org.apache.sshd.sftp.client.impl
Subclasses of SftpClient.Handle in org.apache.sshd.sftp.client.implFields in org.apache.sshd.sftp.client.impl declared as SftpClient.HandleModifier and TypeFieldDescriptionprivate SftpClient.Handle
SftpDirEntryIterator.dirHandle
private final SftpClient.Handle
StfpIterableDirHandle.handle
Methods in org.apache.sshd.sftp.client.impl that return SftpClient.HandleModifier and TypeMethodDescriptionfinal SftpClient.Handle
SftpDirEntryIterator.getHandle()
final SftpClient.Handle
StfpIterableDirHandle.getHandle()
Methods in org.apache.sshd.sftp.client.impl with parameters of type SftpClient.HandleModifier and TypeMethodDescriptionvoid
AbstractSftpClient.close
(SftpClient.Handle handle) AbstractSftpClient.listDir
(SftpClient.Handle handle) protected List
<SftpClient.DirEntry> SftpDirEntryIterator.load
(SftpClient.Handle handle) void
AbstractSftpClient.lock
(SftpClient.Handle handle, long offset, long length, int mask) int
AbstractSftpClient.read
(SftpClient.Handle handle, long fileOffset, byte[] dst, int dstOffset, int len, AtomicReference<Boolean> eofSignalled) AbstractSftpClient.readDir
(SftpClient.Handle handle, AtomicReference<Boolean> eolIndicator) void
AbstractSftpClient.setStat
(SftpClient.Handle handle, SftpClient.Attributes attributes) AbstractSftpClient.stat
(SftpClient.Handle handle) void
AbstractSftpClient.unlock
(SftpClient.Handle handle, long offset, long length) void
AbstractSftpClient.write
(SftpClient.Handle handle, long fileOffset, byte[] src, int srcOffset, int len) Constructors in org.apache.sshd.sftp.client.impl with parameters of type SftpClient.HandleModifierConstructorDescriptionSftpDirEntryIterator
(SftpClient client, String path, SftpClient.Handle dirHandle, boolean closeOnFinished) SftpDirEntryIterator
(SftpClient client, SftpClient.Handle dirHandle) StfpIterableDirHandle
(SftpClient client, SftpClient.Handle handle)