Uses of Interface
org.apache.sshd.scp.client.ScpClientCreator
Packages that use ScpClientCreator
-
Uses of ScpClientCreator in org.apache.sshd.scp.client
Classes in org.apache.sshd.scp.client that implement ScpClientCreatorModifier and TypeClassDescriptionclass
TODO Add javadocclass
TODO Add javadocFields in org.apache.sshd.scp.client declared as ScpClientCreatorMethods in org.apache.sshd.scp.client that return ScpClientCreatorModifier and TypeMethodDescriptionSimpleScpClientImpl.getScpClientCreator()
static ScpClientCreator
ScpClientCreator.instance()
Methods in org.apache.sshd.scp.client with parameters of type ScpClientCreatorModifier and TypeMethodDescriptionvoid
SimpleScpClientImpl.setScpClientCreator
(ScpClientCreator scpClientCreator) Constructors in org.apache.sshd.scp.client with parameters of type ScpClientCreatorModifierConstructorDescriptionSimpleScpClientImpl
(SimpleClient client, ScpClientCreator scpClientCreator)