Uses of Interface
org.apache.sshd.sftp.common.extensions.ExtensionParser
-
Packages that use ExtensionParser Package Description org.apache.sshd.sftp.common.extensions org.apache.sshd.sftp.common.extensions.openssh -
-
Uses of ExtensionParser in org.apache.sshd.sftp.common.extensions
Classes in org.apache.sshd.sftp.common.extensions that implement ExtensionParser Modifier and Type Class Description classAbstractParser<T>classAclSupportedParserclassFilenameCharsetParserParses the "filename-charset" extensionclassNewlineParserclassSupported2ParserParses the "supported2" extension as defined in DRAFT 13 section 5.4classSupportedParserParses the "supported" extension as defined in DRAFT 05 - section 4.4classVendorIdParserclassVersionsParserFields in org.apache.sshd.sftp.common.extensions with type parameters of type ExtensionParser Modifier and Type Field Description static java.util.Collection<ExtensionParser<?>>ParserUtils. BUILT_IN_PARSERSprivate static java.util.NavigableMap<java.lang.String,ExtensionParser<?>>ParserUtils. PARSERS_MAPMethods in org.apache.sshd.sftp.common.extensions that return ExtensionParser Modifier and Type Method Description static ExtensionParser<?>ParserUtils. getRegisteredParser(java.lang.String name)static ExtensionParser<?>ParserUtils. registerParser(ExtensionParser<?> parser)static ExtensionParser<?>ParserUtils. unregisterParser(java.lang.String name)Methods in org.apache.sshd.sftp.common.extensions that return types with arguments of type ExtensionParser Modifier and Type Method Description static java.util.List<ExtensionParser<?>>ParserUtils. getRegisteredParsers()Methods in org.apache.sshd.sftp.common.extensions with parameters of type ExtensionParser Modifier and Type Method Description static 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 ExtensionParser Modifier and Type Class Description classAbstractOpenSSHExtensionParserBase class for variousXXX@openssh.comextension data reportsclassFstatVfsExtensionParserclassFsyncExtensionParserclassHardLinkExtensionParserclassLSetStatExtensionParserReplicates the functionality of the existingSSH_FXP_SETSTAToperation but does not follow symbolic linksclassPosixRenameExtensionParserclassStatVfsExtensionParser
-