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