Uses of Interface
org.apache.sshd.client.session.ClientSessionCreator
-
Packages that use ClientSessionCreator Package Description org.apache.sshd.client org.apache.sshd.client.simple -
-
Uses of ClientSessionCreator in org.apache.sshd.client
Subinterfaces of ClientSessionCreator 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 ClientSessionCreator Modifier and Type Class Description class
SshClient
Entry point for the client side of the SSH protocol. -
Uses of ClientSessionCreator in org.apache.sshd.client.simple
Classes in org.apache.sshd.client.simple that implement ClientSessionCreator Modifier and Type Class Description class
AbstractSimpleClientSessionCreator
Methods in org.apache.sshd.client.simple with parameters of type ClientSessionCreator Modifier and Type Method Description static SimpleClient
AbstractSimpleClientSessionCreator. wrap(ClientSessionCreator creator, Channel channel)
Wraps an existingClientSessionCreator
into aSimpleClient
-