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