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 TypeMethodDescriptionvoid
AbstractSftpEventListenerAdapter.closed
(ServerSession session, String remoteHandle, Handle localHandle, Throwable thrown) default void
SftpEventListener.closed
(ServerSession session, String remoteHandle, Handle localHandle, Throwable thrown) Specified file / directory has been closedvoid
AbstractSftpEventListenerAdapter.closing
(ServerSession session, String remoteHandle, Handle localHandle) default void
SftpEventListener.closing
(ServerSession session, String remoteHandle, Handle localHandle) Specified file / directory about to be closedvoid
AbstractSftpEventListenerAdapter.exiting
(ServerSession session, Handle handle) default void
SftpEventListener.exiting
(ServerSession session, Handle handle) Called when subsystem is exiting due to being destroyedvoid
AbstractSftpEventListenerAdapter.open
(ServerSession session, String remoteHandle, Handle localHandle) default void
SftpEventListener.open
(ServerSession session, String remoteHandle, Handle localHandle) Specified file / directory has been openedvoid
AbstractSftpEventListenerAdapter.opening
(ServerSession session, String remoteHandle, Handle localHandle) default void
SftpEventListener.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)