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 interfaceClientFactoryManagerTheClientFactoryManagerenable 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 classSshClientEntry 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 classAbstractSimpleClientSessionCreatorMethods in org.apache.sshd.client.simple with parameters of type ClientSessionCreator Modifier and Type Method Description static SimpleClientAbstractSimpleClientSessionCreator. wrap(ClientSessionCreator creator, Channel channel)Wraps an existingClientSessionCreatorinto aSimpleClient
-