Uses of Class
org.apache.sshd.server.subsystem.sftp.Handle
-
Packages that use Handle Package Description org.apache.sshd.server.subsystem.sftp -
-
Uses of Handle in org.apache.sshd.server.subsystem.sftp
Subclasses of Handle in org.apache.sshd.server.subsystem.sftp Modifier and Type Class Description class
DirectoryHandle
class
FileHandle
Fields in org.apache.sshd.server.subsystem.sftp with type parameters of type Handle Modifier and Type Field Description protected java.util.Map<java.lang.String,Handle>
SftpSubsystem. handles
Methods in org.apache.sshd.server.subsystem.sftp with type parameters of type Handle Modifier and Type Method Description protected <H extends Handle>
HAbstractSftpSubsystemHelper. validateHandle(java.lang.String handle, Handle h, java.lang.Class<H> type)
Makes sure that the local handle is not null and of the specified typeMethods in org.apache.sshd.server.subsystem.sftp with parameters of type Handle Modifier and Type Method Description default void
SftpEventListener. closed(ServerSession session, java.lang.String remoteHandle, Handle localHandle, java.lang.Throwable thrown)
Specified file / directory has been closedvoid
AbstractSftpEventListenerAdapter. closing(ServerSession session, java.lang.String remoteHandle, Handle localHandle)
default void
SftpEventListener. closing(ServerSession session, java.lang.String remoteHandle, Handle localHandle)
Specified file / directory about to be closeddefault void
SftpEventListener. exiting(ServerSession session, Handle handle)
Called when subsystem is exiting due to being destroyedvoid
AbstractSftpEventListenerAdapter. open(ServerSession session, java.lang.String remoteHandle, Handle localHandle)
default void
SftpEventListener. open(ServerSession session, java.lang.String remoteHandle, Handle localHandle)
Specified file / directory has been openedvoid
AbstractSftpEventListenerAdapter. opening(ServerSession session, java.lang.String remoteHandle, Handle localHandle)
default void
SftpEventListener. opening(ServerSession session, java.lang.String remoteHandle, Handle localHandle)
Specified file / directory is being openedprotected <H extends Handle>
HAbstractSftpSubsystemHelper. validateHandle(java.lang.String handle, Handle h, java.lang.Class<H> type)
Makes sure that the local handle is not null and of the specified typeConstructors in org.apache.sshd.server.subsystem.sftp with parameters of type Handle Constructor Description InvalidHandleException(java.lang.String handle, Handle h, java.lang.Class<? extends Handle> expected)
Constructor parameters in org.apache.sshd.server.subsystem.sftp with type arguments of type Handle Constructor Description InvalidHandleException(java.lang.String handle, Handle h, java.lang.Class<? extends Handle> expected)
-