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
Fields in org.apache.sshd.common.kex.extension with type parameters of type KexExtensionParser Modifier and Type Field Description private static java.util.NavigableMap<java.lang.String,KexExtensionParser<?>>KexExtensions. EXTENSION_PARSERSA case insensitive map of all the default knownKexExtensionParserwhere key=the extension nameMethods in org.apache.sshd.common.kex.extension that return KexExtensionParser Modifier and Type Method Description static KexExtensionParser<?>KexExtensions. getRegisteredExtensionParser(java.lang.String name)static KexExtensionParser<?>KexExtensions. registerExtensionParser(KexExtensionParser<?> parser)Registers aKexExtensionParserfor a named extensionstatic KexExtensionParser<?>KexExtensions. unregisterExtensionParser(java.lang.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
-