Uses of Class
org.apache.sshd.server.subsystem.sftp.DirectoryHandle
-
Packages that use DirectoryHandle Package Description org.apache.sshd.server.subsystem.sftp -
-
Uses of DirectoryHandle in org.apache.sshd.server.subsystem.sftp
Methods in org.apache.sshd.server.subsystem.sftp with parameters of type DirectoryHandle Modifier and Type Method 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 requiredprotected int
AbstractSftpSubsystemHelper. doReadDir(int id, String handle, DirectoryHandle dir, 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 requestedvoid
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 responseprotected void
AbstractSftpSubsystemHelper. writeDirEntry(int id, DirectoryHandle dir, Map<String,Path> entries, Buffer buffer, int index, Path f, String shortName, LinkOption... options)
-