Uses of Interface
org.apache.sshd.client.ClientFactoryManager
Packages that use ClientFactoryManager
-
Uses of ClientFactoryManager in org.apache.sshd.client
Classes in org.apache.sshd.client that implement ClientFactoryManagerModifier and TypeClassDescriptionclass
Entry point for the client side of the SSH protocol. -
Uses of ClientFactoryManager in org.apache.sshd.client.session
Methods in org.apache.sshd.client.session that return ClientFactoryManagerModifier and TypeMethodDescriptionfinal ClientFactoryManager
SessionFactory.getClient()
AbstractClientSession.getFactoryManager()
ClientSession.getFactoryManager()
Constructors in org.apache.sshd.client.session with parameters of type ClientFactoryManagerModifierConstructorDescriptionprotected
AbstractClientSession
(ClientFactoryManager factoryManager, IoSession ioSession) ClientSessionImpl
(ClientFactoryManager client, IoSession ioSession) SessionFactory
(ClientFactoryManager client)