Package | Description |
---|---|
org.apache.sshd.sftp.server |
Modifier and Type | Method and Description |
---|---|
default void |
SftpFileSystemAccessor.closeDirectory(SftpSubsystemProxy 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,
Buffer buffer,
int maxSize,
boolean followLinks) |
default DirectoryStream<Path> |
SftpFileSystemAccessor.openDirectory(SftpSubsystemProxy subsystem,
DirectoryHandle dirHandle,
Path dir,
String handle,
LinkOption... linkOptions)
Called when a new directory stream is requested
|
default void |
SftpEventListener.readEntries(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
|
void |
AbstractSftpEventListenerAdapter.readEntries(ServerSession session,
String remoteHandle,
DirectoryHandle localHandle,
Map<String,Path> entries) |
default void |
SftpEventListener.readingEntries(ServerSession session,
String remoteHandle,
DirectoryHandle localHandle)
About to read entries from a directory - Note: might not be the 1st time it is called for the directory in
case several iterations are required in order to go through all the entries in the directory
|
void |
AbstractSftpEventListenerAdapter.readingEntries(ServerSession session,
String remoteHandle,
DirectoryHandle localHandle) |
protected void |
AbstractSftpSubsystemHelper.writeDirEntry(int id,
DirectoryHandle dir,
Map<String,Path> entries,
Buffer buffer,
int index,
Path f,
String shortName,
LinkOption... options) |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.