Uses of Class
org.apache.sshd.client.subsystem.sftp.SftpClient.Handle
-
-
Uses of SftpClient.Handle in org.apache.sshd.client.subsystem.sftp
Subclasses of SftpClient.Handle in org.apache.sshd.client.subsystem.sftp Modifier and Type Class Description static classSftpClient.CloseableHandleFields in org.apache.sshd.client.subsystem.sftp declared as SftpClient.Handle Modifier and Type Field Description private SftpClient.HandleSftpDirEntryIterator. dirHandleprivate SftpClient.HandleStfpIterableDirHandle. handleMethods in org.apache.sshd.client.subsystem.sftp that return SftpClient.Handle Modifier and Type Method Description SftpClient.HandleSftpDirEntryIterator. getHandle()SftpClient.HandleStfpIterableDirHandle. getHandle()Methods in org.apache.sshd.client.subsystem.sftp with parameters of type SftpClient.Handle Modifier and Type Method Description voidSftpClient. close(SftpClient.Handle handle)Close the handle obtained from one of theopenmethodsdefault java.lang.Iterable<SftpClient.DirEntry>SftpClient. listDir(SftpClient.Handle handle)protected java.util.List<SftpClient.DirEntry>SftpDirEntryIterator. load(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, java.util.concurrent.atomic.AtomicReference<java.lang.Boolean> eofSignalled)Reads data from the open (file) handledefault intSftpClient. read(SftpClient.Handle handle, long fileOffset, byte[] dst, java.util.concurrent.atomic.AtomicReference<java.lang.Boolean> eofSignalled)Reads data from the open (file) handledefault java.util.List<SftpClient.DirEntry>SftpClient. readDir(SftpClient.Handle handle)java.util.List<SftpClient.DirEntry>SftpClient. readDir(SftpClient.Handle handle, java.util.concurrent.atomic.AtomicReference<java.lang.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 handleConstructors in org.apache.sshd.client.subsystem.sftp with parameters of type SftpClient.Handle Constructor Description SftpDirEntryIterator(SftpClient client, java.lang.String path, SftpClient.Handle dirHandle, boolean closeOnFinished)SftpDirEntryIterator(SftpClient client, SftpClient.Handle dirHandle)StfpIterableDirHandle(SftpClient client, SftpClient.Handle handle) -
Uses of SftpClient.Handle in org.apache.sshd.client.subsystem.sftp.extensions
Methods in org.apache.sshd.client.subsystem.sftp.extensions with parameters of type SftpClient.Handle Modifier and Type Method Description java.util.Map.Entry<java.lang.String,java.util.Collection<byte[]>>CheckFileHandleExtension. checkFileHandle(SftpClient.Handle handle, java.util.Collection<java.lang.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.client.subsystem.sftp.extensions.helpers
Methods in org.apache.sshd.client.subsystem.sftp.extensions.helpers with parameters of type SftpClient.Handle Modifier and Type Method Description java.util.AbstractMap.SimpleImmutableEntry<java.lang.String,java.util.Collection<byte[]>>CheckFileHandleExtensionImpl. checkFileHandle(SftpClient.Handle handle, java.util.Collection<java.lang.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.client.subsystem.sftp.extensions.openssh
Methods in org.apache.sshd.client.subsystem.sftp.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.client.subsystem.sftp.extensions.openssh.helpers
Methods in org.apache.sshd.client.subsystem.sftp.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.client.subsystem.sftp.fs
Methods in org.apache.sshd.client.subsystem.sftp.fs with parameters of type SftpClient.Handle Modifier and Type Method Description voidSftpFileSystem.Wrapper. close(SftpClient.Handle handle)java.lang.Iterable<SftpClient.DirEntry>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)java.util.List<SftpClient.DirEntry>SftpFileSystem.Wrapper. readDir(SftpClient.Handle handle)voidSftpFileSystem.Wrapper. setStat(SftpClient.Handle handle, SftpClient.Attributes attributes)SftpClient.AttributesSftpFileSystem.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.client.subsystem.sftp.impl
Subclasses of SftpClient.Handle in org.apache.sshd.client.subsystem.sftp.impl Modifier and Type Class Description classDefaultCloseableHandleMethods in org.apache.sshd.client.subsystem.sftp.impl with parameters of type SftpClient.Handle Modifier and Type Method Description voidAbstractSftpClient. close(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, java.util.concurrent.atomic.AtomicReference<java.lang.Boolean> eofSignalled)java.util.List<SftpClient.DirEntry>AbstractSftpClient. readDir(SftpClient.Handle handle, java.util.concurrent.atomic.AtomicReference<java.lang.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)
-