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