Interface ExtensionParser<T>
-
- Type Parameters:
T
- Result type
- All Superinterfaces:
java.util.function.Function<byte[],T>
,NamedResource
- All Known Implementing Classes:
AbstractOpenSSHExtensionParser
,AbstractParser
,AclSupportedParser
,FstatVfsExtensionParser
,FsyncExtensionParser
,HardLinkExtensionParser
,LSetStatExtensionParser
,NewlineParser
,PosixRenameExtensionParser
,StatVfsExtensionParser
,Supported2Parser
,SupportedParser
,VendorIdParser
,VersionsParser
public interface ExtensionParser<T> extends NamedResource, java.util.function.Function<byte[],T>
-
-
Field Summary
-
Fields inherited from interface org.apache.sshd.common.NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTOR
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default T
apply(byte[] input)
default T
parse(byte[] input)
T
parse(byte[] input, int offset, int len)
-
Methods inherited from interface org.apache.sshd.common.NamedResource
getName
-
-