Class SupportedParser
java.lang.Object
org.apache.sshd.sftp.common.extensions.AbstractParser<SupportedParser.Supported>
org.apache.sshd.sftp.common.extensions.SupportedParser
- All Implemented Interfaces:
Function<byte[],
,SupportedParser.Supported> NamedResource
,ExtensionParser<SupportedParser.Supported>
Parses the "supported" extension as defined in
DRAFT 05 -
section 4.4
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from interface org.apache.sshd.common.NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTOR
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.sshd.sftp.common.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.sftp.common.extensions.ExtensionParser
apply, parse
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
SupportedParser
public SupportedParser()
-
-
Method Details
-
parse
-
parse
-