Uses of Interface
org.apache.sshd.client.ClientFactoryManager
-
Packages that use ClientFactoryManager Package Description org.apache.sshd.cli.client org.apache.sshd.client org.apache.sshd.client.session -
-
Uses of ClientFactoryManager in org.apache.sshd.cli.client
Methods in org.apache.sshd.cli.client with parameters of type ClientFactoryManager Modifier and Type Method Description static HostConfigEntrySshClientCliSupport. resolveHost(ClientFactoryManager client, java.lang.String username, java.lang.String host, int port, java.lang.String proxyJump)static FileKeyPairProviderSshClientCliSupport. setupSessionIdentities(ClientFactoryManager client, java.util.Collection<? extends java.nio.file.Path> identities, java.io.BufferedReader stdin, java.io.PrintStream stdout, java.io.PrintStream stderr) -
Uses of ClientFactoryManager in org.apache.sshd.client
Classes in org.apache.sshd.client that implement ClientFactoryManager Modifier and Type Class Description classSshClientEntry 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 ClientFactoryManager Modifier and Type Method Description ClientFactoryManagerSessionFactory. getClient()ClientFactoryManagerAbstractClientSession. getFactoryManager()ClientFactoryManagerClientSession. getFactoryManager()Constructors in org.apache.sshd.client.session with parameters of type ClientFactoryManager Constructor Description AbstractClientSession(ClientFactoryManager factoryManager, IoSession ioSession)ClientSessionImpl(ClientFactoryManager client, IoSession ioSession)SessionFactory(ClientFactoryManager client)
-