| Package | Description |
|---|---|
| org.apache.sshd.server.subsystem.sftp |
| Modifier and Type | Method and Description |
|---|---|
default void |
SftpFileSystemAccessor.closeDirectory(ServerSession session,
SftpEventListenerManager subsystem,
DirectoryHandle dirHandle,
Path dir,
String handle,
DirectoryStream<Path> ds)
Called when a directory stream is no longer required
|
protected int |
AbstractSftpSubsystemHelper.doReadDir(int id,
String handle,
DirectoryHandle dir,
org.apache.sshd.common.util.buffer.Buffer buffer,
int maxSize,
LinkOption... options) |
default DirectoryStream<Path> |
SftpFileSystemAccessor.openDirectory(ServerSession session,
SftpEventListenerManager subsystem,
DirectoryHandle dirHandle,
Path dir,
String handle)
Called when a new directory stream is requested
|
void |
AbstractSftpEventListenerAdapter.read(ServerSession session,
String remoteHandle,
DirectoryHandle localHandle,
Map<String,Path> entries) |
default void |
SftpEventListener.read(ServerSession session,
String remoteHandle,
DirectoryHandle localHandle,
Map<String,Path> entries)
Result of reading entries from a directory - Note: it may be a
partial result if the directory contains more entries than can
be accommodated in the response
|
protected void |
AbstractSftpSubsystemHelper.writeDirEntry(int id,
DirectoryHandle dir,
Map<String,Path> entries,
org.apache.sshd.common.util.buffer.Buffer buffer,
int index,
Path f,
String shortName,
LinkOption... options) |
Copyright © 2018–2019 The Apache Software Foundation. All rights reserved.