Uses of Interface
org.apache.sshd.common.kex.KexFactoryManager
Packages that use KexFactoryManager
Package
Description
-
Uses of KexFactoryManager in org.apache.sshd.client
Subinterfaces of KexFactoryManager in org.apache.sshd.clientModifier and TypeInterfaceDescriptioninterface
TheClientFactoryManager
enable the retrieval of additional configuration needed specifically for the client side.Classes in org.apache.sshd.client that implement KexFactoryManagerModifier and TypeClassDescriptionclass
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.sessionModifier and TypeInterfaceDescriptioninterface
An authenticated session to a given SSH server.Classes in org.apache.sshd.client.session that implement KexFactoryManagerModifier and TypeClassDescriptionclass
Provides default implementations ofClientSession
related methodsclass
The default implementation of aClientSession
-
Uses of KexFactoryManager in org.apache.sshd.common
Subinterfaces of KexFactoryManager in org.apache.sshd.commonModifier and TypeInterfaceDescriptioninterface
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 -
Uses of KexFactoryManager in org.apache.sshd.common.kex
Classes in org.apache.sshd.common.kex that implement KexFactoryManagerFields in org.apache.sshd.common.kex declared as KexFactoryManagerModifier and TypeFieldDescriptionprivate final KexFactoryManager
AbstractKexFactoryManager.delegate
Methods in org.apache.sshd.common.kex that return KexFactoryManagerModifier and TypeMethodDescriptionprotected KexFactoryManager
AbstractKexFactoryManager.getDelegate()
Constructors in org.apache.sshd.common.kex with parameters of type KexFactoryManager -
Uses of KexFactoryManager in org.apache.sshd.common.session
Subinterfaces of KexFactoryManager in org.apache.sshd.common.session -
Uses of KexFactoryManager in org.apache.sshd.common.session.helpers
Classes in org.apache.sshd.common.session.helpers that implement KexFactoryManagerModifier and TypeClassDescriptionclass
The AbstractSession handles all the basic SSH protocol such as key exchange, authentication, encoding and decoding.class
Contains split code in order to makeAbstractSession
class smaller -
Uses of KexFactoryManager in org.apache.sshd.server
Subinterfaces of KexFactoryManager in org.apache.sshd.serverModifier and TypeInterfaceDescriptioninterface
TheServerFactoryManager
enable the retrieval of additional configuration needed specifically for the server side.Classes in org.apache.sshd.server that implement KexFactoryManagerModifier and TypeClassDescriptionclass
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.sessionClasses in org.apache.sshd.server.session that implement KexFactoryManagerModifier and TypeClassDescriptionclass
Provides default implementations forServerSession
related methodsclass
The default implementation for aServerSession