Uses of Interface
org.apache.sshd.common.FactoryManager
Packages that use FactoryManager
Package
Description
-
Uses of FactoryManager in org.apache.sshd.agent
Methods in org.apache.sshd.agent with parameters of type FactoryManagerModifier and TypeMethodDescriptionSshAgentFactory.createClient
(Session session, FactoryManager manager) Create an SshAgent that can be used on the client side by the authentication process to send possible keys.SshAgentFactory.getChannelForwardingFactories
(FactoryManager manager) The channels are requested by the ssh server when forwarding a client request. -
Uses of FactoryManager in org.apache.sshd.agent.local
Methods in org.apache.sshd.agent.local with parameters of type FactoryManagerModifier and TypeMethodDescriptionLocalAgentFactory.createClient
(Session session, FactoryManager manager) ProxyAgentFactory.createClient
(Session session, FactoryManager manager) LocalAgentFactory.getChannelForwardingFactories
(FactoryManager manager) ProxyAgentFactory.getChannelForwardingFactories
(FactoryManager manager) -
Uses of FactoryManager in org.apache.sshd.client
Subinterfaces of FactoryManager 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 FactoryManagerModifier and TypeClassDescriptionclass
Entry point for the client side of the SSH protocol. -
Uses of FactoryManager in org.apache.sshd.client.session
Methods in org.apache.sshd.client.session with parameters of type FactoryManagerModifier and TypeMethodDescriptionprotected String
AbstractClientSession.resolveAvailableSignaturesProposal
(FactoryManager manager) -
Uses of FactoryManager in org.apache.sshd.common
Methods in org.apache.sshd.common that return FactoryManagerMethods in org.apache.sshd.common with parameters of type FactoryManagerModifier and TypeMethodDescriptionstatic <T> T
FactoryManager.resolveAttribute
(FactoryManager manager, AttributeRepository.AttributeKey<T> key) -
Uses of FactoryManager in org.apache.sshd.common.helpers
Classes in org.apache.sshd.common.helpers that implement FactoryManager -
Uses of FactoryManager in org.apache.sshd.common.io
Fields in org.apache.sshd.common.io declared as FactoryManagerMethods in org.apache.sshd.common.io that return FactoryManagerModifier and TypeMethodDescriptionfinal FactoryManager
AbstractIoServiceFactory.getFactoryManager()
Methods in org.apache.sshd.common.io with parameters of type FactoryManagerModifier and TypeMethodDescriptionDefaultIoServiceFactoryFactory.create
(FactoryManager manager) IoServiceFactoryFactory.create
(FactoryManager manager) static int
AbstractIoServiceFactory.getNioWorkers
(FactoryManager manager) Constructors in org.apache.sshd.common.io with parameters of type FactoryManagerModifierConstructorDescriptionprotected
AbstractIoServiceFactory
(FactoryManager factoryManager, CloseableExecutorService executorService) -
Uses of FactoryManager in org.apache.sshd.common.io.nio2
Methods in org.apache.sshd.common.io.nio2 with parameters of type FactoryManagerConstructors in org.apache.sshd.common.io.nio2 with parameters of type FactoryManagerModifierConstructorDescriptionNio2ServiceFactory
(FactoryManager factoryManager, CloseableExecutorService service) -
Uses of FactoryManager in org.apache.sshd.common.session.helpers
Classes in org.apache.sshd.common.session.helpers with type parameters of type FactoryManagerModifier and TypeClassDescriptionclass
AbstractSessionFactory<M extends FactoryManager,
S extends AbstractSession> An abstract base factory of sessions.Fields in org.apache.sshd.common.session.helpers declared as FactoryManagerMethods in org.apache.sshd.common.session.helpers that return FactoryManagerMethods in org.apache.sshd.common.session.helpers with parameters of type FactoryManagerModifier and TypeMethodDescriptionprotected abstract String
AbstractSession.resolveAvailableSignaturesProposal
(FactoryManager manager) Constructors in org.apache.sshd.common.session.helpers with parameters of type FactoryManagerModifierConstructorDescriptionprotected
AbstractSession
(boolean serverSession, FactoryManager factoryManager, IoSession ioSession) Create a new session.protected
SessionHelper
(boolean serverSession, FactoryManager factoryManager, IoSession ioSession) Create a new session. -
Uses of FactoryManager in org.apache.sshd.server
Subinterfaces of FactoryManager 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 FactoryManagerModifier and TypeClassDescriptionclass
The SshServer class is the main entry point for the server side of the SSH protocol. -
Uses of FactoryManager in org.apache.sshd.server.session
Methods in org.apache.sshd.server.session with parameters of type FactoryManagerModifier and TypeMethodDescriptionprotected String
AbstractServerSession.resolveAvailableSignaturesProposal
(FactoryManager proposedManager)