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 TypeInterfaceDescriptioninterfaceTheClientFactoryManagerenable the retrieval of additional configuration needed specifically for the client side.Classes in org.apache.sshd.client that implement FactoryManagerModifier and TypeClassDescriptionclassEntry 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 StringAbstractClientSession.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> TFactoryManager.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 FactoryManagerAbstractIoServiceFactory.getFactoryManager()Methods in org.apache.sshd.common.io with parameters of type FactoryManagerModifier and TypeMethodDescriptionDefaultIoServiceFactoryFactory.create(FactoryManager manager) IoServiceFactoryFactory.create(FactoryManager manager) static intAbstractIoServiceFactory.getNioWorkers(FactoryManager manager) Constructors in org.apache.sshd.common.io with parameters of type FactoryManagerModifierConstructorDescriptionprotectedAbstractIoServiceFactory(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, CloseableExecutorService resumeTasks) -
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 TypeClassDescriptionclassAbstractSessionFactory<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 StringSessionHelper.resolveAvailableSignaturesProposal(FactoryManager manager) Computes the list of available host key signature algorithms supported.Constructors in org.apache.sshd.common.session.helpers with parameters of type FactoryManagerModifierConstructorDescriptionprotectedAbstractSession(boolean serverSession, FactoryManager factoryManager, IoSession ioSession) Create a new session.protectedSessionHelper(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 TypeInterfaceDescriptioninterfaceTheServerFactoryManagerenable the retrieval of additional configuration needed specifically for the server side.Classes in org.apache.sshd.server that implement FactoryManagerModifier and TypeClassDescriptionclassThe 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 StringAbstractServerSession.resolveAvailableSignaturesProposal(FactoryManager proposedManager)