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 TypeClassDescriptionclassEntry 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 ClientFactoryManagerSessionFactory.getClient()AbstractClientSession.getFactoryManager()ClientSession.getFactoryManager()Constructors in org.apache.sshd.client.session with parameters of type ClientFactoryManagerModifierConstructorDescriptionprotectedAbstractClientSession(ClientFactoryManager factoryManager, IoSession ioSession) ClientSessionImpl(ClientFactoryManager client, IoSession ioSession) SessionFactory(ClientFactoryManager client)