| Package | Description |
|---|---|
| org.apache.sshd.sftp.client | |
| org.apache.sshd.sftp.client.fs | |
| org.apache.sshd.sftp.client.impl |
| 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 |
|---|---|
Iterable<SftpClient.DirEntry> |
SftpClient.listDir(SftpClient.Handle handle) |
default List<SftpClient.DirEntry> |
SftpClient.readDir(SftpClient.Handle handle) |
List<SftpClient.DirEntry> |
SftpClient.readDir(SftpClient.Handle handle,
AtomicReference<Boolean> eolIndicator) |
Iterable<SftpClient.DirEntry> |
SftpClient.readDir(String path) |
default Collection<SftpClient.DirEntry> |
SftpClient.readEntries(String path)
Reads all entries available for a directory
|
| Constructor and Description |
|---|
DirEntry(SftpClient.DirEntry other) |
| Modifier and Type | Class and Description |
|---|---|
static class |
SftpClientDirectoryScanner.ScanDirEntry
The result of a scan
|
| Modifier and Type | Field and Description |
|---|---|
protected Iterator<? extends SftpClient.DirEntry> |
SftpPathIterator.it |
| Constructor and Description |
|---|
ScanDirEntry(String fullPath,
String relativePath,
SftpClient.DirEntry dirEntry) |
| Constructor and Description |
|---|
SftpPathIterator(SftpPath path,
Iterable<? extends SftpClient.DirEntry> iter) |
SftpPathIterator(SftpPath path,
Iterable<? extends SftpClient.DirEntry> iter,
DirectoryStream.Filter<? super Path> filter) |
SftpPathIterator(SftpPath path,
Iterator<? extends SftpClient.DirEntry> iter) |
SftpPathIterator(SftpPath path,
Iterator<? extends SftpClient.DirEntry> iter,
DirectoryStream.Filter<? super Path> filter) |
| Modifier and Type | Method and Description |
|---|---|
SftpClient.DirEntry |
SftpDirEntryIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
protected List<SftpClient.DirEntry> |
AbstractSftpClient.checkDirResponse(int cmd,
org.apache.sshd.common.util.buffer.Buffer buffer,
AtomicReference<Boolean> eolIndicator) |
protected List<SftpClient.DirEntry> |
AbstractSftpClient.handleUnknownDirListingPacket(int cmd,
int id,
int type,
int length,
org.apache.sshd.common.util.buffer.Buffer buffer) |
Iterable<SftpClient.DirEntry> |
AbstractSftpClient.listDir(SftpClient.Handle handle) |
protected List<SftpClient.DirEntry> |
SftpDirEntryIterator.load(SftpClient.Handle handle) |
List<SftpClient.DirEntry> |
AbstractSftpClient.readDir(SftpClient.Handle handle,
AtomicReference<Boolean> eolIndicator) |
Iterable<SftpClient.DirEntry> |
AbstractSftpClient.readDir(String path) |
Copyright © 2018–2021 The Apache Software Foundation. All rights reserved.