Uses of Class
org.apache.sshd.client.subsystem.sftp.SftpClient.DirEntry
-
Packages that use SftpClient.DirEntry 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.DirEntry in org.apache.sshd.client.subsystem.sftp
Fields in org.apache.sshd.client.subsystem.sftp declared as SftpClient.DirEntry Modifier and Type Field Description static SftpClient.DirEntry[]
SftpClient. EMPTY_DIR_ENTRIES
Fields in org.apache.sshd.client.subsystem.sftp with type parameters of type SftpClient.DirEntry Modifier and Type Field Description static Comparator<SftpClient.DirEntry>
SftpClient.DirEntry. BY_CASE_INSENSITIVE_FILENAME
static Comparator<SftpClient.DirEntry>
SftpClient.DirEntry. BY_CASE_SENSITIVE_FILENAME
Methods in org.apache.sshd.client.subsystem.sftp that return SftpClient.DirEntry Modifier and Type Method Description SftpClient.DirEntry
SftpDirEntryIterator. next()
Methods in org.apache.sshd.client.subsystem.sftp that return types with arguments of type SftpClient.DirEntry Modifier and Type Method Description default Iterable<SftpClient.DirEntry>
SftpClient. listDir(SftpClient.Handle handle)
protected List<SftpClient.DirEntry>
SftpDirEntryIterator. load(SftpClient.Handle handle)
default Iterable<SftpClient.DirEntry>
SftpClient. readDir(String path)
default List<SftpClient.DirEntry>
SftpClient. readDir(SftpClient.Handle handle)
List<SftpClient.DirEntry>
SftpClient. readDir(SftpClient.Handle handle, AtomicReference<Boolean> eolIndicator)
-
Uses of SftpClient.DirEntry in org.apache.sshd.client.subsystem.sftp.fs
Constructor parameters in org.apache.sshd.client.subsystem.sftp.fs with type arguments of type SftpClient.DirEntry Constructor Description SftpPathIterator(SftpPath path, Iterable<? extends SftpClient.DirEntry> iter)
SftpPathIterator(SftpPath path, Iterator<? extends SftpClient.DirEntry> iter)
-
Uses of SftpClient.DirEntry in org.apache.sshd.client.subsystem.sftp.impl
Methods in org.apache.sshd.client.subsystem.sftp.impl that return types with arguments of type SftpClient.DirEntry Modifier and Type Method Description protected List<SftpClient.DirEntry>
AbstractSftpClient. checkDirResponse(int cmd, Buffer buffer, AtomicReference<Boolean> eolIndicator)
protected List<SftpClient.DirEntry>
AbstractSftpClient. handleUnknownDirListingPacket(int cmd, int id, int type, int length, Buffer buffer)
List<SftpClient.DirEntry>
AbstractSftpClient. readDir(SftpClient.Handle handle, AtomicReference<Boolean> eolIndicator)
-