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 voidSftpFileSystemAccessor.closeDirectory(SftpSubsystemProxy subsystem, DirectoryHandle dirHandle, Path dir, String handle, DirectoryStream<Path> ds) Called when a directory stream is no longer requiredprotected intAbstractSftpSubsystemHelper.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 requestedvoidAbstractSftpEventListenerAdapter.readEntries(ServerSession session, String remoteHandle, DirectoryHandle localHandle, Map<String, Path> entries) default voidSftpEventListener.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 responsevoidAbstractSftpEventListenerAdapter.readingEntries(ServerSession session, String remoteHandle, DirectoryHandle localHandle) default voidSftpEventListener.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 voidAbstractSftpSubsystemHelper.writeDirEntry(int id, DirectoryHandle dir, Map<String, Path> entries, Buffer buffer, int index, Path f, String shortName, LinkOption... options)