Uses of Class
org.apache.sshd.sftp.common.extensions.AbstractParser
-
Packages that use AbstractParser Package Description org.apache.sshd.sftp.common.extensions org.apache.sshd.sftp.common.extensions.openssh -
-
Uses of AbstractParser in org.apache.sshd.sftp.common.extensions
Subclasses of AbstractParser in org.apache.sshd.sftp.common.extensions Modifier and Type Class Description 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.4classVendorIdParserclassVersionsParser -
Uses of AbstractParser in org.apache.sshd.sftp.common.extensions.openssh
Subclasses of AbstractParser in org.apache.sshd.sftp.common.extensions.openssh Modifier and Type Class Description classAbstractOpenSSHExtensionParserBase class for variousXXX@openssh.comextension data reportsclassFstatVfsExtensionParserclassFsyncExtensionParserclassHardLinkExtensionParserclassLimitsExtensionParserclassLSetStatExtensionParserReplicates the functionality of the existingSSH_FXP_SETSTAToperation but does not follow symbolic linksclassPosixRenameExtensionParserclassStatVfsExtensionParser
-