Uses of Interface
org.apache.sshd.client.session.ClientSessionCreator
Packages that use ClientSessionCreator
-
Uses of ClientSessionCreator in org.apache.sshd.client
Subinterfaces of ClientSessionCreator in org.apache.sshd.clientModifier and TypeInterfaceDescriptioninterface
TheClientFactoryManager
enable the retrieval of additional configuration needed specifically for the client side.Classes in org.apache.sshd.client that implement ClientSessionCreatorModifier and TypeClassDescriptionclass
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 ClientSessionCreatorMethods in org.apache.sshd.client.simple with parameters of type ClientSessionCreatorModifier and TypeMethodDescriptionstatic SimpleClient
AbstractSimpleClientSessionCreator.wrap
(ClientSessionCreator creator, Channel channel) Wraps an existingClientSessionCreator
into aSimpleClient