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 voidSftpFileSystemAccessor. closeDirectory(ServerSession session, SftpEventListenerManager 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 requiredprotected intAbstractSftpSubsystemHelper. 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, SftpEventListenerManager subsystem, DirectoryHandle dirHandle, java.nio.file.Path dir, java.lang.String handle)Called when a new directory stream is requestedvoidAbstractSftpEventListenerAdapter. read(ServerSession session, java.lang.String remoteHandle, DirectoryHandle localHandle, java.util.Map<java.lang.String,java.nio.file.Path> entries)default voidSftpEventListener. 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 responseprotected voidAbstractSftpSubsystemHelper. 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)
-