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
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, java.nio.channels.Channel channel)
Wraps an existingClientSessionCreator
into aSimpleClient
-