Uses of Class
org.apache.sshd.sftp.client.SftpClient.Handle
-
-
Uses of SftpClient.Handle in org.apache.sshd.sftp.client
Subclasses of SftpClient.Handle in org.apache.sshd.sftp.client Modifier and Type Class Description static classSftpClient.CloseableHandleMethods in org.apache.sshd.sftp.client with parameters of type SftpClient.Handle Modifier and Type Method Description voidSftpClient. close(SftpClient.Handle handle)Close the handle obtained from one of theopenmethodsIterable<SftpClient.DirEntry>SftpClient. 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)List<SftpClient.DirEntry>SftpClient. readDir(SftpClient.Handle handle, AtomicReference<Boolean> eolIndicator)voidSftpClient. setStat(SftpClient.Handle handle, SftpClient.Attributes attributes)Update remote node meta-dataSftpClient.AttributesSftpClient. 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.Handle Modifier and Type Method Description Map.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.Handle Modifier and Type Method Description AbstractMap.SimpleImmutableEntry<String,Collection<byte[]>>CheckFileHandleExtensionImpl. 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.Handle Modifier and Type Method Description voidOpenSSHFsyncExtension. fsync(SftpClient.Handle fileHandle)OpenSSHStatExtensionInfoOpenSSHStatHandleExtension. 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.Handle Modifier and Type Method Description voidOpenSSHFsyncExtensionImpl. fsync(SftpClient.Handle fileHandle)OpenSSHStatExtensionInfoOpenSSHStatHandleExtensionImpl. stat(SftpClient.Handle handle) -
Uses of SftpClient.Handle in org.apache.sshd.sftp.client.impl
Subclasses of SftpClient.Handle in org.apache.sshd.sftp.client.impl Modifier and Type Class Description classDefaultCloseableHandleMethods in org.apache.sshd.sftp.client.impl that return SftpClient.Handle Modifier and Type Method Description SftpClient.HandleSftpDirEntryIterator. getHandle()SftpClient.HandleStfpIterableDirHandle. getHandle()Methods in org.apache.sshd.sftp.client.impl with parameters of type SftpClient.Handle Modifier and Type Method Description voidAbstractSftpClient. close(SftpClient.Handle handle)Iterable<SftpClient.DirEntry>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)List<SftpClient.DirEntry>AbstractSftpClient. readDir(SftpClient.Handle handle, AtomicReference<Boolean> eolIndicator)voidAbstractSftpClient. setStat(SftpClient.Handle handle, SftpClient.Attributes attributes)SftpClient.AttributesAbstractSftpClient. 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.Handle Constructor Description SftpDirEntryIterator(SftpClient client, String path, SftpClient.Handle dirHandle, boolean closeOnFinished)SftpDirEntryIterator(SftpClient client, SftpClient.Handle dirHandle)StfpIterableDirHandle(SftpClient client, SftpClient.Handle handle)
-