Uses of Interface
org.apache.sshd.common.kex.extension.KexExtensionParser
-
Packages that use KexExtensionParser Package Description org.apache.sshd.common.kex.extension org.apache.sshd.common.kex.extension.parser -
-
Uses of KexExtensionParser in org.apache.sshd.common.kex.extension
Methods in org.apache.sshd.common.kex.extension that return KexExtensionParser Modifier and Type Method Description static KexExtensionParser<?>KexExtensions. getRegisteredExtensionParser(String name)static KexExtensionParser<?>KexExtensions. registerExtensionParser(KexExtensionParser<?> parser)Registers aKexExtensionParserfor a named extensionstatic KexExtensionParser<?>KexExtensions. unregisterExtensionParser(String name)RegistersKexExtensionParserfor a named extensionMethods in org.apache.sshd.common.kex.extension with parameters of type KexExtensionParser Modifier and Type Method Description static KexExtensionParser<?>KexExtensions. registerExtensionParser(KexExtensionParser<?> parser)Registers aKexExtensionParserfor a named extension -
Uses of KexExtensionParser in org.apache.sshd.common.kex.extension.parser
Classes in org.apache.sshd.common.kex.extension.parser that implement KexExtensionParser Modifier and Type Class Description classAbstractKexExtensionParser<T>classDelayCompressionclassElevationclassHostBoundPubkeyAuthenticationclassNoFlowControlclassServerSignatureAlgorithms
-