Class HardLinkExtensionParser
- java.lang.Object
-
- org.apache.sshd.common.subsystem.sftp.extensions.AbstractParser<AbstractOpenSSHExtensionParser.OpenSSHExtension>
-
- org.apache.sshd.common.subsystem.sftp.extensions.openssh.AbstractOpenSSHExtensionParser
-
- org.apache.sshd.common.subsystem.sftp.extensions.openssh.HardLinkExtensionParser
-
- All Implemented Interfaces:
java.util.function.Function<byte[],AbstractOpenSSHExtensionParser.OpenSSHExtension>
,NamedResource
,ExtensionParser<AbstractOpenSSHExtensionParser.OpenSSHExtension>
public class HardLinkExtensionParser extends AbstractOpenSSHExtensionParser
- See Also:
- OpenSSH - section 10
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.sshd.common.subsystem.sftp.extensions.openssh.AbstractOpenSSHExtensionParser
AbstractOpenSSHExtensionParser.OpenSSHExtension
-
-
Field Summary
Fields Modifier and Type Field Description static HardLinkExtensionParser
INSTANCE
static java.lang.String
NAME
-
Fields inherited from interface org.apache.sshd.common.NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTOR
-
-
Constructor Summary
Constructors Constructor Description HardLinkExtensionParser()
-
Method Summary
-
Methods inherited from class org.apache.sshd.common.subsystem.sftp.extensions.openssh.AbstractOpenSSHExtensionParser
parse, parse
-
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
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
INSTANCE
public static final HardLinkExtensionParser INSTANCE
-
-