Uses of Interface
org.apache.sshd.common.kex.extension.KexExtensionHandlerManager
-
-
Uses of KexExtensionHandlerManager in org.apache.sshd.client
Subinterfaces of KexExtensionHandlerManager in org.apache.sshd.client Modifier and Type Interface Description interface
ClientFactoryManager
TheClientFactoryManager
enable the retrieval of additional configuration needed specifically for the client side.Classes in org.apache.sshd.client that implement KexExtensionHandlerManager Modifier and Type Class Description class
SshClient
Entry point for the client side of the SSH protocol. -
Uses of KexExtensionHandlerManager in org.apache.sshd.client.session
Subinterfaces of KexExtensionHandlerManager in org.apache.sshd.client.session Modifier and Type Interface Description interface
ClientSession
An authenticated session to a given SSH server.Classes in org.apache.sshd.client.session that implement KexExtensionHandlerManager Modifier and Type Class Description class
AbstractClientSession
Provides default implementations ofClientSession
related methodsclass
ClientSessionImpl
The default implementation of aClientSession
-
Uses of KexExtensionHandlerManager in org.apache.sshd.common
Subinterfaces of KexExtensionHandlerManager in org.apache.sshd.common Modifier and Type Interface Description interface
FactoryManager
This interface allows retrieving all theNamedFactory
used in the SSH protocol. -
Uses of KexExtensionHandlerManager in org.apache.sshd.common.helpers
Classes in org.apache.sshd.common.helpers that implement KexExtensionHandlerManager Modifier and Type Class Description class
AbstractFactoryManager
-
Uses of KexExtensionHandlerManager in org.apache.sshd.common.kex
Subinterfaces of KexExtensionHandlerManager in org.apache.sshd.common.kex Modifier and Type Interface Description interface
KexFactoryManager
Holds KEX negotiation stage configurationClasses in org.apache.sshd.common.kex that implement KexExtensionHandlerManager Modifier and Type Class Description class
AbstractKexFactoryManager
-
Uses of KexExtensionHandlerManager in org.apache.sshd.common.session
Subinterfaces of KexExtensionHandlerManager in org.apache.sshd.common.session Modifier and Type Interface Description interface
Session
Represents an SSH session. -
Uses of KexExtensionHandlerManager in org.apache.sshd.common.session.helpers
Classes in org.apache.sshd.common.session.helpers that implement KexExtensionHandlerManager Modifier and Type Class Description class
AbstractSession
The AbstractSession handles all the basic SSH protocol such as key exchange, authentication, encoding and decoding.class
SessionHelper
Contains split code in order to makeAbstractSession
class smaller -
Uses of KexExtensionHandlerManager in org.apache.sshd.server
Subinterfaces of KexExtensionHandlerManager in org.apache.sshd.server Modifier and Type Interface Description interface
ServerFactoryManager
TheServerFactoryManager
enable the retrieval of additional configuration needed specifically for the server side.Classes in org.apache.sshd.server that implement KexExtensionHandlerManager Modifier and Type Class Description class
SshServer
The SshServer class is the main entry point for the server side of the SSH protocol. -
Uses of KexExtensionHandlerManager in org.apache.sshd.server.session
Subinterfaces of KexExtensionHandlerManager in org.apache.sshd.server.session Modifier and Type Interface Description interface
ServerSession
Classes in org.apache.sshd.server.session that implement KexExtensionHandlerManager Modifier and Type Class Description class
AbstractServerSession
Provides default implementations forServerSession
related methodsclass
ServerSessionImpl
The default implementation for aServerSession
-