Uses of Class
org.apache.sshd.sftp.server.DirectoryHandle
Packages that use DirectoryHandle
-
Uses of DirectoryHandle in org.apache.sshd.sftp.server
Methods in org.apache.sshd.sftp.server with parameters of type DirectoryHandleModifier and TypeMethodDescriptiondefault void
SftpFileSystemAccessor.closeDirectory
(SftpSubsystemProxy 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, boolean followLinks) default DirectoryStream<Path>
SftpFileSystemAccessor.openDirectory
(SftpSubsystemProxy subsystem, DirectoryHandle dirHandle, Path dir, String handle) Called when a new directory stream is requestedvoid
AbstractSftpEventListenerAdapter.readEntries
(ServerSession session, String remoteHandle, DirectoryHandle localHandle, Map<String, Path> entries) 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 responsevoid
AbstractSftpEventListenerAdapter.readingEntries
(ServerSession session, String remoteHandle, DirectoryHandle localHandle) 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 directoryprotected void
AbstractSftpSubsystemHelper.writeDirEntry
(int id, DirectoryHandle dir, Map<String, Path> entries, Buffer buffer, int index, Path f, String shortName, LinkOption... options)