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_ENTRIESFields in org.apache.sshd.client.subsystem.sftp with type parameters of type SftpClient.DirEntry Modifier and Type Field Description static java.util.Comparator<SftpClient.DirEntry>SftpClient.DirEntry. BY_CASE_INSENSITIVE_FILENAMEstatic java.util.Comparator<SftpClient.DirEntry>SftpClient.DirEntry. BY_CASE_SENSITIVE_FILENAMEprivate java.util.List<SftpClient.DirEntry>SftpDirEntryIterator. dirEntriesMethods in org.apache.sshd.client.subsystem.sftp that return SftpClient.DirEntry Modifier and Type Method Description SftpClient.DirEntrySftpDirEntryIterator. next()Methods in org.apache.sshd.client.subsystem.sftp that return types with arguments of type SftpClient.DirEntry Modifier and Type Method Description default java.lang.Iterable<SftpClient.DirEntry>SftpClient. listDir(SftpClient.Handle handle)protected java.util.List<SftpClient.DirEntry>SftpDirEntryIterator. load(SftpClient.Handle handle)default java.lang.Iterable<SftpClient.DirEntry>SftpClient. readDir(java.lang.String path)default 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) -
Uses of SftpClient.DirEntry in org.apache.sshd.client.subsystem.sftp.fs
Fields in org.apache.sshd.client.subsystem.sftp.fs declared as SftpClient.DirEntry Modifier and Type Field Description private SftpClient.DirEntrySftpPathIterator. curEntryFields in org.apache.sshd.client.subsystem.sftp.fs with type parameters of type SftpClient.DirEntry Modifier and Type Field Description private java.util.Iterator<? extends SftpClient.DirEntry>SftpPathIterator. itprivate java.lang.Iterable<SftpClient.DirEntry>SftpDirectoryStream. iterMethods in org.apache.sshd.client.subsystem.sftp.fs that return SftpClient.DirEntry Modifier and Type Method Description private SftpClient.DirEntrySftpPathIterator. nextEntry()Methods in org.apache.sshd.client.subsystem.sftp.fs that return types with arguments of type SftpClient.DirEntry Modifier and Type Method Description java.lang.Iterable<SftpClient.DirEntry>SftpFileSystem.Wrapper. listDir(SftpClient.Handle handle)java.lang.Iterable<SftpClient.DirEntry>SftpFileSystem.Wrapper. readDir(java.lang.String path)java.util.List<SftpClient.DirEntry>SftpFileSystem.Wrapper. readDir(SftpClient.Handle handle)Constructor parameters in org.apache.sshd.client.subsystem.sftp.fs with type arguments of type SftpClient.DirEntry Constructor Description SftpPathIterator(SftpPath path, java.lang.Iterable<? extends SftpClient.DirEntry> iter)SftpPathIterator(SftpPath path, java.util.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 java.util.List<SftpClient.DirEntry>AbstractSftpClient. checkDirResponse(int cmd, Buffer buffer, java.util.concurrent.atomic.AtomicReference<java.lang.Boolean> eolIndicator)protected java.util.List<SftpClient.DirEntry>AbstractSftpClient. handleUnknownDirListingPacket(int cmd, int id, int type, int length, Buffer buffer)java.util.List<SftpClient.DirEntry>AbstractSftpClient. readDir(SftpClient.Handle handle, java.util.concurrent.atomic.AtomicReference<java.lang.Boolean> eolIndicator)
-