| Package | Description |
|---|---|
| org.apache.sshd.server.subsystem.sftp |
| Modifier and Type | Class and Description |
|---|---|
class |
DirectoryHandle |
class |
FileHandle |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.String,Handle> |
SftpSubsystem.handles |
| Modifier and Type | Method and Description |
|---|---|
protected <H extends Handle> |
AbstractSftpSubsystemHelper.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 type
|
| Modifier and Type | Method and Description |
|---|---|
default void |
SftpEventListener.closed(ServerSession session,
java.lang.String remoteHandle,
Handle localHandle,
java.lang.Throwable thrown)
Specified file / directory has been closed
|
default void |
SftpEventListener.closing(ServerSession session,
java.lang.String remoteHandle,
Handle localHandle)
Specified file / directory about to be closed
|
void |
AbstractSftpEventListenerAdapter.closing(ServerSession session,
java.lang.String remoteHandle,
Handle localHandle) |
default void |
SftpEventListener.exiting(ServerSession session,
Handle handle)
Called when subsystem is exiting due to being destroyed
|
default void |
SftpEventListener.open(ServerSession session,
java.lang.String remoteHandle,
Handle localHandle)
Specified file / directory has been opened
|
void |
AbstractSftpEventListenerAdapter.open(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 opened
|
void |
AbstractSftpEventListenerAdapter.opening(ServerSession session,
java.lang.String remoteHandle,
Handle localHandle) |
protected <H extends Handle> |
AbstractSftpSubsystemHelper.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 type
|
| Constructor and Description |
|---|
InvalidHandleException(java.lang.String handle,
Handle h,
java.lang.Class<? extends Handle> expected) |
| Constructor and Description |
|---|
InvalidHandleException(java.lang.String handle,
Handle h,
java.lang.Class<? extends Handle> expected) |