Package | Description |
---|---|
org.apache.sshd.server.subsystem.sftp |
Modifier and Type | Method and Description |
---|---|
default void |
SftpFileSystemAccessor.closeDirectory(ServerSession session,
SftpSubsystemProxy subsystem,
DirectoryHandle dirHandle,
java.nio.file.Path dir,
java.lang.String handle,
java.nio.file.DirectoryStream<java.nio.file.Path> ds)
Called when a directory stream is no longer required
|
protected int |
AbstractSftpSubsystemHelper.doReadDir(int id,
java.lang.String handle,
DirectoryHandle dir,
Buffer buffer,
int maxSize,
java.nio.file.LinkOption... options) |
default java.nio.file.DirectoryStream<java.nio.file.Path> |
SftpFileSystemAccessor.openDirectory(ServerSession session,
SftpSubsystemProxy subsystem,
DirectoryHandle dirHandle,
java.nio.file.Path dir,
java.lang.String handle)
Called when a new directory stream is requested
|
void |
AbstractSftpEventListenerAdapter.read(ServerSession session,
java.lang.String remoteHandle,
DirectoryHandle localHandle,
java.util.Map<java.lang.String,java.nio.file.Path> entries) |
default void |
SftpEventListener.read(ServerSession session,
java.lang.String remoteHandle,
DirectoryHandle localHandle,
java.util.Map<java.lang.String,java.nio.file.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,
java.util.Map<java.lang.String,java.nio.file.Path> entries,
Buffer buffer,
int index,
java.nio.file.Path f,
java.lang.String shortName,
java.nio.file.LinkOption... options) |