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