Class AclSupportedParser
- java.lang.Object
-
- org.apache.sshd.common.subsystem.sftp.extensions.AbstractParser<AclSupportedParser.AclCapabilities>
-
- org.apache.sshd.common.subsystem.sftp.extensions.AclSupportedParser
-
- All Implemented Interfaces:
Function<byte[],AclSupportedParser.AclCapabilities>
,NamedResource
,ExtensionParser<AclSupportedParser.AclCapabilities>
public class AclSupportedParser extends AbstractParser<AclSupportedParser.AclCapabilities>
- Author:
- Apache MINA SSHD Project
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AclSupportedParser.AclCapabilities
The "acl-supported" information as per DRAFT 11 - section 5.4
-
Field Summary
Fields Modifier and Type Field Description static AclSupportedParser
INSTANCE
-
Fields inherited from interface org.apache.sshd.common.NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTOR
-
-
Constructor Summary
Constructors Constructor Description AclSupportedParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AclSupportedParser.AclCapabilities
parse(byte[] input, int offset, int len)
AclSupportedParser.AclCapabilities
parse(Buffer buffer)
-
Methods inherited from class org.apache.sshd.common.subsystem.sftp.extensions.AbstractParser
getName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.sshd.common.subsystem.sftp.extensions.ExtensionParser
apply, parse
-
-
-
-
Field Detail
-
INSTANCE
public static final AclSupportedParser INSTANCE
-
-
Method Detail
-
parse
public AclSupportedParser.AclCapabilities parse(byte[] input, int offset, int len)
-
parse
public AclSupportedParser.AclCapabilities parse(Buffer buffer)
-
-