| Package | Description |
|---|---|
| org.apache.sshd.common.subsystem.sftp.extensions | |
| org.apache.sshd.common.subsystem.sftp.extensions.openssh |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractParser<T> |
class |
NewlineParser |
class |
Supported2Parser
Parses the "supported2" extension as defined in
DRAFT 13 section 5.4
|
class |
SupportedParser
Parses the "supported" extension as defined in
DRAFT 05 - section 4.4
|
class |
VendorIdParser |
class |
VersionsParser |
| Modifier and Type | Field and Description |
|---|---|
static Collection<ExtensionParser<?>> |
ParserUtils.BUILT_IN_PARSERS |
| Modifier and Type | Method and Description |
|---|---|
static ExtensionParser<?> |
ParserUtils.getRegisteredParser(String name) |
static ExtensionParser<?> |
ParserUtils.registerParser(ExtensionParser<?> parser) |
static ExtensionParser<?> |
ParserUtils.unregisterParser(String name) |
| Modifier and Type | Method and Description |
|---|---|
static List<ExtensionParser<?>> |
ParserUtils.getRegisteredParsers() |
| Modifier and Type | Method and Description |
|---|---|
static ExtensionParser<?> |
ParserUtils.registerParser(ExtensionParser<?> parser) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractOpenSSHExtensionParser
Base class for various
XXX@openssh.com extension data reports |
class |
FstatVfsExtensionParser |
class |
FsyncExtensionParser |
class |
HardLinkExtensionParser |
class |
PosixRenameExtensionParser |
class |
StatVfsExtensionParser |
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.