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 class
AclSupportedParser
class
FilenameCharsetParser
Parses the "filename-charset" extensionclass
NewlineParser
class
Supported2Parser
Parses the "supported2" extension as defined in DRAFT 13 section 5.4class
SupportedParser
Parses the "supported" extension as defined in DRAFT 05 - section 4.4class
VendorIdParser
class
VersionsParser
-
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 class
AbstractOpenSSHExtensionParser
Base class for variousXXX@openssh.com
extension data reportsclass
FstatVfsExtensionParser
class
FsyncExtensionParser
class
HardLinkExtensionParser
class
LimitsExtensionParser
class
LSetStatExtensionParser
Replicates the functionality of the existingSSH_FXP_SETSTAT
operation but does not follow symbolic linksclass
PosixRenameExtensionParser
class
StatVfsExtensionParser
-