Uses of Interface
org.apache.sshd.sftp.common.extensions.ExtensionParser
Packages that use ExtensionParser
Package
Description
-
Uses of ExtensionParser in org.apache.sshd.sftp.common.extensions
Classes in org.apache.sshd.sftp.common.extensions that implement ExtensionParserModifier and TypeClassDescriptionclass
class
class
Parses the "filename-charset" extensionclass
class
Parses the "supported2" extension as defined in DRAFT 13 section 5.4class
Parses the "supported" extension as defined in DRAFT 05 - section 4.4class
class
Fields in org.apache.sshd.sftp.common.extensions with type parameters of type ExtensionParserModifier and TypeFieldDescriptionstatic final Collection<ExtensionParser<?>>
ParserUtils.BUILT_IN_PARSERS
private static final NavigableMap<String,
ExtensionParser<?>> ParserUtils.PARSERS_MAP
Methods in org.apache.sshd.sftp.common.extensions that return ExtensionParserModifier and TypeMethodDescriptionstatic ExtensionParser<?>
ParserUtils.getRegisteredParser
(String name) static ExtensionParser<?>
ParserUtils.registerParser
(ExtensionParser<?> parser) static ExtensionParser<?>
ParserUtils.unregisterParser
(String name) Methods in org.apache.sshd.sftp.common.extensions that return types with arguments of type ExtensionParserModifier and TypeMethodDescriptionstatic List<ExtensionParser<?>>
ParserUtils.getRegisteredParsers()
Methods in org.apache.sshd.sftp.common.extensions with parameters of type ExtensionParserModifier and TypeMethodDescriptionstatic ExtensionParser<?>
ParserUtils.registerParser
(ExtensionParser<?> parser) -
Uses of ExtensionParser in org.apache.sshd.sftp.common.extensions.openssh
Classes in org.apache.sshd.sftp.common.extensions.openssh that implement ExtensionParserModifier and TypeClassDescriptionclass
Base class for variousXXX@openssh.com
extension data reportsclass
class
class
class
class
Replicates the functionality of the existingSSH_FXP_SETSTAT
operation but does not follow symbolic linksclass
class