| 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 Map<String,Handle> |
SftpSubsystem.handles |
| Modifier and Type | Method and Description |
|---|---|
protected <H extends Handle> |
SftpSubsystem.validateHandle(String handle,
Handle h,
Class<H> type) |
| Modifier and Type | Method and Description |
|---|---|
protected <H extends Handle> |
SftpSubsystem.validateHandle(String handle,
Handle h,
Class<H> 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–2015 The Apache Software Foundation. All rights reserved.