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
(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
(FactoryManager manager) ProxyAgentFactory.createClient
(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
Fields in org.apache.sshd.common.io.nio2 declared as FactoryManagerModifier and TypeFieldDescriptionprotected final FactoryManager
Nio2Connector.ConnectionCompletionHandler.manager
private final FactoryManager
Nio2Service.manager
private final FactoryManager
Nio2Session.manager
Methods in org.apache.sshd.common.io.nio2 that return FactoryManagerMethods in org.apache.sshd.common.io.nio2 with parameters of type FactoryManagerModifier and TypeMethodDescriptionNio2ServiceFactoryFactory.create
(FactoryManager manager) protected Nio2CompletionHandler<Void,
Object> Nio2Connector.createConnectionCompletionHandler
(IoConnectFuture future, AsynchronousSocketChannel socket, AttributeRepository context, FactoryManager manager, IoHandler handler) protected Nio2Session
Nio2Connector.createSession
(FactoryManager manager, IoHandler handler, AsynchronousSocketChannel socket) Constructors in org.apache.sshd.common.io.nio2 with parameters of type FactoryManagerModifierConstructorDescriptionprotected
ConnectionCompletionHandler
(IoConnectFuture future, AsynchronousSocketChannel socket, AttributeRepository context, FactoryManager manager, IoHandler handler) Nio2Acceptor
(FactoryManager manager, IoHandler handler, AsynchronousChannelGroup group) Nio2Connector
(FactoryManager manager, IoHandler handler, AsynchronousChannelGroup group) protected
Nio2Service
(FactoryManager manager, IoHandler handler, AsynchronousChannelGroup group) Nio2ServiceFactory
(FactoryManager factoryManager, CloseableExecutorService service) Nio2Session
(Nio2Service service, FactoryManager manager, IoHandler handler, AsynchronousSocketChannel socket, SocketAddress acceptanceAddress) -
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)