protected int |
AbstractSftpSubsystemHelper.doReadDir(int id,
java.lang.String handle,
DirectoryHandle dir,
Buffer buffer,
int maxSize,
java.nio.file.LinkOption... options) |
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) |