| Package | Description |
|---|---|
| org.apache.sshd.client.subsystem.sftp | |
| org.apache.sshd.client.subsystem.sftp.fs | |
| org.apache.sshd.client.subsystem.sftp.impl |
| Modifier and Type | Field and Description |
|---|---|
static SftpClient.DirEntry[] |
SftpClient.EMPTY_DIR_ENTRIES |
| Modifier and Type | Field and Description |
|---|---|
static java.util.Comparator<SftpClient.DirEntry> |
SftpClient.DirEntry.BY_CASE_INSENSITIVE_FILENAME |
static java.util.Comparator<SftpClient.DirEntry> |
SftpClient.DirEntry.BY_CASE_SENSITIVE_FILENAME |
private java.util.List<SftpClient.DirEntry> |
SftpDirEntryIterator.dirEntries |
| Modifier and Type | Method and Description |
|---|---|
SftpClient.DirEntry |
SftpDirEntryIterator.next() |
| Modifier and Type | Method and 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.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) |
default java.lang.Iterable<SftpClient.DirEntry> |
SftpClient.readDir(java.lang.String path) |
| Modifier and Type | Field and Description |
|---|---|
private SftpClient.DirEntry |
SftpPathIterator.curEntry |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Iterator<? extends SftpClient.DirEntry> |
SftpPathIterator.it |
private java.lang.Iterable<SftpClient.DirEntry> |
SftpDirectoryStream.iter |
| Modifier and Type | Method and Description |
|---|---|
private SftpClient.DirEntry |
SftpPathIterator.nextEntry() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<SftpClient.DirEntry> |
SftpFileSystem.Wrapper.listDir(SftpClient.Handle handle) |
java.util.List<SftpClient.DirEntry> |
SftpFileSystem.Wrapper.readDir(SftpClient.Handle handle) |
java.lang.Iterable<SftpClient.DirEntry> |
SftpFileSystem.Wrapper.readDir(java.lang.String path) |
| Constructor and Description |
|---|
SftpPathIterator(SftpPath path,
java.lang.Iterable<? extends SftpClient.DirEntry> iter) |
SftpPathIterator(SftpPath path,
java.util.Iterator<? extends SftpClient.DirEntry> iter) |
| Modifier and Type | Method and 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) |