Uses of Class
org.apache.sshd.sftp.server.Handle
Packages that use Handle
-
Uses of Handle in org.apache.sshd.sftp.server
Subclasses of Handle in org.apache.sshd.sftp.serverFields in org.apache.sshd.sftp.server with type parameters of type HandleMethods in org.apache.sshd.sftp.server with type parameters of type HandleModifier and TypeMethodDescriptionprotected <H extends Handle>
HAbstractSftpSubsystemHelper.validateHandle(String handle, Handle h, Class<H> type) Makes sure that the local handle is not null and of the specified typeMethods in org.apache.sshd.sftp.server with parameters of type HandleModifier and TypeMethodDescriptionvoidAbstractSftpEventListenerAdapter.closed(org.apache.sshd.server.session.ServerSession session, String remoteHandle, Handle localHandle, Throwable thrown) default voidSftpEventListener.closed(org.apache.sshd.server.session.ServerSession session, String remoteHandle, Handle localHandle, Throwable thrown) Specified file / directory has been closedvoidAbstractSftpEventListenerAdapter.closing(org.apache.sshd.server.session.ServerSession session, String remoteHandle, Handle localHandle) default voidSftpEventListener.closing(org.apache.sshd.server.session.ServerSession session, String remoteHandle, Handle localHandle) Specified file / directory about to be closedvoidAbstractSftpEventListenerAdapter.exiting(org.apache.sshd.server.session.ServerSession session, Handle handle) default voidCalled when subsystem is exiting due to being destroyedvoidAbstractSftpEventListenerAdapter.open(org.apache.sshd.server.session.ServerSession session, String remoteHandle, Handle localHandle) default voidSftpEventListener.open(org.apache.sshd.server.session.ServerSession session, String remoteHandle, Handle localHandle) Specified file / directory has been openedvoidAbstractSftpEventListenerAdapter.opening(org.apache.sshd.server.session.ServerSession session, String remoteHandle, Handle localHandle) default voidSftpEventListener.opening(org.apache.sshd.server.session.ServerSession session, String remoteHandle, Handle localHandle) Specified file / directory is being openedprotected <H extends Handle>
HAbstractSftpSubsystemHelper.validateHandle(String handle, Handle h, Class<H> type) Makes sure that the local handle is not null and of the specified typeConstructors in org.apache.sshd.sftp.server with parameters of type HandleModifierConstructorDescriptionInvalidHandleException(String handle, Handle h, Class<? extends Handle> expected) Constructor parameters in org.apache.sshd.sftp.server with type arguments of type HandleModifierConstructorDescriptionInvalidHandleException(String handle, Handle h, Class<? extends Handle> expected)