Class Supported2Parser
- java.lang.Object
-
- org.apache.sshd.common.subsystem.sftp.extensions.AbstractParser<Supported2Parser.Supported2>
-
- org.apache.sshd.common.subsystem.sftp.extensions.Supported2Parser
-
- All Implemented Interfaces:
java.util.function.Function<byte[],Supported2Parser.Supported2>
,NamedResource
,ExtensionParser<Supported2Parser.Supported2>
public class Supported2Parser extends AbstractParser<Supported2Parser.Supported2>
Parses the "supported2" extension as defined in DRAFT 13 section 5.4
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Supported2Parser.Supported2
-
Field Summary
Fields Modifier and Type Field Description static Supported2Parser
INSTANCE
-
Fields inherited from interface org.apache.sshd.common.NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTOR
-
-
Constructor Summary
Constructors Constructor Description Supported2Parser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Supported2Parser.Supported2
parse(byte[] input, int offset, int len)
Supported2Parser.Supported2
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 Supported2Parser INSTANCE
-
-
Method Detail
-
parse
public Supported2Parser.Supported2 parse(byte[] input, int offset, int len)
-
parse
public Supported2Parser.Supported2 parse(Buffer buffer)
-
-