Uses of Interface
org.apache.sshd.common.kex.KexFactoryManager
-
-
Uses of KexFactoryManager in org.apache.sshd.client
Subinterfaces of KexFactoryManager 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 KexFactoryManager Modifier and Type Class Description class
SshClient
Entry point for the client side of the SSH protocol. -
Uses of KexFactoryManager in org.apache.sshd.client.session
Subinterfaces of KexFactoryManager 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 KexFactoryManager Modifier and Type Class Description class
AbstractClientSession
Provides default implementations ofClientSession
related methodsclass
ClientSessionImpl
The default implementation of aClientSession
-
Uses of KexFactoryManager in org.apache.sshd.common
Subinterfaces of KexFactoryManager 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 KexFactoryManager in org.apache.sshd.common.helpers
Classes in org.apache.sshd.common.helpers that implement KexFactoryManager Modifier and Type Class Description class
AbstractFactoryManager
-
Uses of KexFactoryManager in org.apache.sshd.common.kex
Classes in org.apache.sshd.common.kex that implement KexFactoryManager Modifier and Type Class Description class
AbstractKexFactoryManager
Fields in org.apache.sshd.common.kex declared as KexFactoryManager Modifier and Type Field Description private KexFactoryManager
AbstractKexFactoryManager. delegate
Methods in org.apache.sshd.common.kex that return KexFactoryManager Modifier and Type Method Description protected KexFactoryManager
AbstractKexFactoryManager. getDelegate()
Constructors in org.apache.sshd.common.kex with parameters of type KexFactoryManager Constructor Description AbstractKexFactoryManager(KexFactoryManager delegate)
-
Uses of KexFactoryManager in org.apache.sshd.common.session
Subinterfaces of KexFactoryManager in org.apache.sshd.common.session Modifier and Type Interface Description interface
Session
Represents an SSH session. -
Uses of KexFactoryManager in org.apache.sshd.common.session.helpers
Classes in org.apache.sshd.common.session.helpers that implement KexFactoryManager 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 KexFactoryManager in org.apache.sshd.server
Subinterfaces of KexFactoryManager 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 KexFactoryManager 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 KexFactoryManager in org.apache.sshd.server.session
Subinterfaces of KexFactoryManager in org.apache.sshd.server.session Modifier and Type Interface Description interface
ServerSession
Classes in org.apache.sshd.server.session that implement KexFactoryManager Modifier and Type Class Description class
AbstractServerSession
Provides default implementations forServerSession
related methodsclass
ServerSessionImpl
The default implementation for aServerSession
-