Package | Description |
---|---|
org.apache.sshd.sftp.server |
Modifier and Type | Class and Description |
---|---|
class |
DirectoryHandle |
class |
FileHandle |
Modifier and Type | Field and Description |
---|---|
protected Map<String,Handle> |
SftpSubsystem.handles |
Modifier and Type | Method and Description |
---|---|
protected <H extends Handle> |
AbstractSftpSubsystemHelper.validateHandle(String handle,
Handle h,
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,
String remoteHandle,
Handle localHandle,
Throwable thrown)
Specified file / directory has been closed
|
void |
AbstractSftpEventListenerAdapter.closed(ServerSession session,
String remoteHandle,
Handle localHandle,
Throwable thrown) |
default void |
SftpEventListener.closing(ServerSession session,
String remoteHandle,
Handle localHandle)
Specified file / directory about to be closed
|
void |
AbstractSftpEventListenerAdapter.closing(ServerSession session,
String remoteHandle,
Handle localHandle) |
default void |
SftpEventListener.exiting(ServerSession session,
Handle handle)
Called when subsystem is exiting due to being destroyed
|
void |
AbstractSftpEventListenerAdapter.exiting(ServerSession session,
Handle handle) |
default void |
SftpEventListener.open(ServerSession session,
String remoteHandle,
Handle localHandle)
Specified file / directory has been opened
|
void |
AbstractSftpEventListenerAdapter.open(ServerSession session,
String remoteHandle,
Handle localHandle) |
default void |
SftpEventListener.opening(ServerSession session,
String remoteHandle,
Handle localHandle)
Specified file / directory is being opened
|
void |
AbstractSftpEventListenerAdapter.opening(ServerSession session,
String remoteHandle,
Handle localHandle) |
protected <H extends Handle> |
AbstractSftpSubsystemHelper.validateHandle(String handle,
Handle h,
Class<H> type)
Makes sure that the local handle is not null and of the specified type
|
Constructor and Description |
---|
InvalidHandleException(String handle,
Handle h,
Class<? extends Handle> expected) |
Constructor and Description |
---|
InvalidHandleException(String handle,
Handle h,
Class<? extends Handle> expected) |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.