Uses of Interface
org.apache.sshd.common.FactoryManager
-
-
Uses of FactoryManager in org.apache.sshd.agent
Methods in org.apache.sshd.agent with parameters of type FactoryManager Modifier and Type Method Description SshAgent
SshAgentFactory. createClient(FactoryManager manager)
Create an SshAgent that can be used on the client side by the authentication process to send possible keys.java.util.List<ChannelFactory>
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 FactoryManager Modifier and Type Method Description SshAgent
LocalAgentFactory. createClient(FactoryManager manager)
SshAgent
ProxyAgentFactory. createClient(FactoryManager manager)
java.util.List<ChannelFactory>
LocalAgentFactory. getChannelForwardingFactories(FactoryManager manager)
java.util.List<ChannelFactory>
ProxyAgentFactory. getChannelForwardingFactories(FactoryManager manager)
-
Uses of FactoryManager in org.apache.sshd.client
Subinterfaces of FactoryManager 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 FactoryManager Modifier and Type Class Description class
SshClient
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 FactoryManager Modifier and Type Method Description protected java.lang.String
AbstractClientSession. resolveAvailableSignaturesProposal(FactoryManager manager)
-
Uses of FactoryManager in org.apache.sshd.common
Methods in org.apache.sshd.common that return FactoryManager Modifier and Type Method Description FactoryManager
FactoryManagerHolder. getFactoryManager()
Methods in org.apache.sshd.common with parameters of type FactoryManager Modifier and Type Method Description static <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 Modifier and Type Class Description class
AbstractFactoryManager
-
Uses of FactoryManager in org.apache.sshd.common.io
Fields in org.apache.sshd.common.io declared as FactoryManager Modifier and Type Field Description private FactoryManager
AbstractIoServiceFactory. manager
Methods in org.apache.sshd.common.io that return FactoryManager Modifier and Type Method Description FactoryManager
AbstractIoServiceFactory. getFactoryManager()
Methods in org.apache.sshd.common.io with parameters of type FactoryManager Modifier and Type Method Description IoServiceFactory
DefaultIoServiceFactoryFactory. create(FactoryManager manager)
IoServiceFactory
IoServiceFactoryFactory. create(FactoryManager manager)
static int
AbstractIoServiceFactory. getNioWorkers(FactoryManager manager)
Constructors in org.apache.sshd.common.io with parameters of type FactoryManager Constructor Description 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 FactoryManager Modifier and Type Field Description protected FactoryManager
Nio2Connector.ConnectionCompletionHandler. manager
private FactoryManager
Nio2Service. manager
private FactoryManager
Nio2Session. manager
Methods in org.apache.sshd.common.io.nio2 that return FactoryManager Modifier and Type Method Description FactoryManager
Nio2Service. getFactoryManager()
Methods in org.apache.sshd.common.io.nio2 with parameters of type FactoryManager Modifier and Type Method Description IoServiceFactory
Nio2ServiceFactoryFactory. create(FactoryManager manager)
protected Nio2CompletionHandler<java.lang.Void,java.lang.Object>
Nio2Connector. createConnectionCompletionHandler(IoConnectFuture future, java.nio.channels.AsynchronousSocketChannel socket, AttributeRepository context, FactoryManager manager, IoHandler handler)
protected Nio2Session
Nio2Connector. createSession(FactoryManager manager, IoHandler handler, java.nio.channels.AsynchronousSocketChannel socket)
Constructors in org.apache.sshd.common.io.nio2 with parameters of type FactoryManager Constructor Description ConnectionCompletionHandler(IoConnectFuture future, java.nio.channels.AsynchronousSocketChannel socket, AttributeRepository context, FactoryManager manager, IoHandler handler)
Nio2Acceptor(FactoryManager manager, IoHandler handler, java.nio.channels.AsynchronousChannelGroup group)
Nio2Connector(FactoryManager manager, IoHandler handler, java.nio.channels.AsynchronousChannelGroup group)
Nio2Service(FactoryManager manager, IoHandler handler, java.nio.channels.AsynchronousChannelGroup group)
Nio2ServiceFactory(FactoryManager factoryManager, CloseableExecutorService service)
Nio2Session(Nio2Service service, FactoryManager manager, IoHandler handler, java.nio.channels.AsynchronousSocketChannel socket, java.net.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 FactoryManager Modifier and Type Class Description class
AbstractSessionFactory<M extends FactoryManager,S extends AbstractSession>
An abstract base factory of sessions.Fields in org.apache.sshd.common.session.helpers declared as FactoryManager Modifier and Type Field Description private M
AbstractSessionFactory. manager
Methods in org.apache.sshd.common.session.helpers that return FactoryManager Modifier and Type Method Description FactoryManager
SessionHelper. getFactoryManager()
Methods in org.apache.sshd.common.session.helpers with parameters of type FactoryManager Modifier and Type Method Description protected abstract java.lang.String
AbstractSession. resolveAvailableSignaturesProposal(FactoryManager manager)
Constructors in org.apache.sshd.common.session.helpers with parameters of type FactoryManager Constructor Description AbstractSession(boolean serverSession, FactoryManager factoryManager, IoSession ioSession)
Create a new session.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.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 FactoryManager 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 FactoryManager in org.apache.sshd.server.session
Methods in org.apache.sshd.server.session with parameters of type FactoryManager Modifier and Type Method Description protected java.lang.String
AbstractServerSession. resolveAvailableSignaturesProposal(FactoryManager proposedManager)
-