Class VersionsParser
- java.lang.Object
-
- org.apache.sshd.common.subsystem.sftp.extensions.AbstractParser<VersionsParser.Versions>
-
- org.apache.sshd.common.subsystem.sftp.extensions.VersionsParser
-
- All Implemented Interfaces:
java.util.function.Function<byte[],VersionsParser.Versions>
,NamedResource
,ExtensionParser<VersionsParser.Versions>
public class VersionsParser extends AbstractParser<VersionsParser.Versions>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VersionsParser.Versions
The "versions" extension data as per DRAFT 09 Section 4.6
-
Field Summary
Fields Modifier and Type Field Description static VersionsParser
INSTANCE
-
Fields inherited from interface org.apache.sshd.common.NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTOR
-
-
Constructor Summary
Constructors Constructor Description VersionsParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VersionsParser.Versions
parse(byte[] input, int offset, int len)
VersionsParser.Versions
parse(java.lang.String value)
-
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 VersionsParser INSTANCE
-
-
Method Detail
-
parse
public VersionsParser.Versions parse(byte[] input, int offset, int len)
-
parse
public VersionsParser.Versions parse(java.lang.String value)
-
-