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 classDirectoryHandleclassFileHandleFields 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. handlesMethods 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 voidSftpEventListener. closed(ServerSession session, java.lang.String remoteHandle, Handle localHandle, java.lang.Throwable thrown)Specified file / directory has been closedvoidAbstractSftpEventListenerAdapter. closing(ServerSession session, java.lang.String remoteHandle, Handle localHandle)default voidSftpEventListener. closing(ServerSession session, java.lang.String remoteHandle, Handle localHandle)Specified file / directory about to be closeddefault voidSftpEventListener. exiting(ServerSession session, Handle handle)Called when subsystem is exiting due to being destroyedvoidAbstractSftpEventListenerAdapter. open(ServerSession session, java.lang.String remoteHandle, Handle localHandle)default voidSftpEventListener. open(ServerSession session, java.lang.String remoteHandle, Handle localHandle)Specified file / directory has been openedvoidAbstractSftpEventListenerAdapter. opening(ServerSession session, java.lang.String remoteHandle, Handle localHandle)default voidSftpEventListener. 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)
-