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 TypeMethodDescriptionvoidSftpClient.close(SftpClient.Handle handle) Close the handle obtained from one of theopenmethodsSftpClient.listDir(SftpClient.Handle handle) voidSftpClient.lock(SftpClient.Handle handle, long offset, long length, int mask) default intSftpClient.read(SftpClient.Handle handle, long fileOffset, byte[] dst) Reads data from the open (file) handledefault intSftpClient.read(SftpClient.Handle handle, long fileOffset, byte[] dst, int dstOffset, int len) intSftpClient.read(SftpClient.Handle handle, long fileOffset, byte[] dst, int dstOffset, int len, AtomicReference<Boolean> eofSignalled) Reads data from the open (file) handledefault intSftpClient.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) voidSftpClient.setStat(SftpClient.Handle handle, SftpClient.Attributes attributes) Update remote node meta-dataSftpClient.stat(SftpClient.Handle handle) Retrieve file/directory handle meta-datavoidSftpClient.unlock(SftpClient.Handle handle, long offset, long length) default voidSftpClient.write(SftpClient.Handle handle, long fileOffset, byte[] src) voidSftpClient.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) voidCopyDataExtension.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) voidCopyDataExtensionImpl.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 TypeMethodDescriptionvoidOpenSSHFsyncExtension.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 TypeMethodDescriptionvoidOpenSSHFsyncExtensionImpl.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 TypeMethodDescriptionvoidSftpFileSystem.Wrapper.close(SftpClient.Handle handle) SftpFileSystem.Wrapper.listDir(SftpClient.Handle handle) voidSftpFileSystem.Wrapper.lock(SftpClient.Handle handle, long offset, long length, int mask) intSftpFileSystem.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) voidSftpFileSystem.Wrapper.setStat(SftpClient.Handle handle, SftpClient.Attributes attributes) SftpFileSystem.Wrapper.stat(SftpClient.Handle handle) voidSftpFileSystem.Wrapper.unlock(SftpClient.Handle handle, long offset, long length) voidSftpFileSystem.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.HandleSftpDirEntryIterator.dirHandleprivate final SftpClient.HandleStfpIterableDirHandle.handleMethods in org.apache.sshd.sftp.client.impl that return SftpClient.HandleModifier and TypeMethodDescriptionfinal SftpClient.HandleSftpDirEntryIterator.getHandle()final SftpClient.HandleStfpIterableDirHandle.getHandle()Methods in org.apache.sshd.sftp.client.impl with parameters of type SftpClient.HandleModifier and TypeMethodDescriptionvoidAbstractSftpClient.close(SftpClient.Handle handle) AbstractSftpClient.listDir(SftpClient.Handle handle) protected List<SftpClient.DirEntry> SftpDirEntryIterator.load(SftpClient.Handle handle) voidAbstractSftpClient.lock(SftpClient.Handle handle, long offset, long length, int mask) intAbstractSftpClient.read(SftpClient.Handle handle, long fileOffset, byte[] dst, int dstOffset, int len, AtomicReference<Boolean> eofSignalled) AbstractSftpClient.readDir(SftpClient.Handle handle, AtomicReference<Boolean> eolIndicator) voidAbstractSftpClient.setStat(SftpClient.Handle handle, SftpClient.Attributes attributes) AbstractSftpClient.stat(SftpClient.Handle handle) voidAbstractSftpClient.unlock(SftpClient.Handle handle, long offset, long length) voidAbstractSftpClient.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)