| Package | Description |
|---|---|
| org.apache.sshd.client.subsystem.sftp |
| Modifier and Type | Field and Description |
|---|---|
static SftpClient.DirEntry[] |
SftpClient.EMPTY_DIR_ENTRIES |
| Modifier and Type | Field and Description |
|---|---|
static Comparator<SftpClient.DirEntry> |
SftpClient.DirEntry.BY_CASE_INSENSITIVE_FILENAME |
static Comparator<SftpClient.DirEntry> |
SftpClient.DirEntry.BY_CASE_SENSITIVE_FILENAME |
| Modifier and Type | Method and Description |
|---|---|
SftpClient.DirEntry |
SftpDirEntryIterator.next() |
| Modifier and Type | Method and 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) |
default Iterable<SftpClient.DirEntry> |
SftpClient.listDir(SftpClient.Handle handle) |
protected List<SftpClient.DirEntry> |
SftpDirEntryIterator.load(SftpClient.Handle handle) |
default List<SftpClient.DirEntry> |
SftpClient.readDir(SftpClient.Handle handle) |
List<SftpClient.DirEntry> |
SftpClient.readDir(SftpClient.Handle handle,
AtomicReference<Boolean> eolIndicator) |
List<SftpClient.DirEntry> |
AbstractSftpClient.readDir(SftpClient.Handle handle,
AtomicReference<Boolean> eolIndicator) |
default Iterable<SftpClient.DirEntry> |
SftpClient.readDir(String path) |
| Constructor and Description |
|---|
SftpPathIterator(SftpPath path,
Iterable<? extends SftpClient.DirEntry> iter) |
SftpPathIterator(SftpPath path,
Iterator<? extends SftpClient.DirEntry> iter) |
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.