Uses of Interface
org.apache.sshd.scp.client.ScpClientCreator
-
Packages that use ScpClientCreator Package Description org.apache.sshd.scp.client -
-
Uses of ScpClientCreator in org.apache.sshd.scp.client
Classes in org.apache.sshd.scp.client that implement ScpClientCreator Modifier and Type Class Description class
AbstractScpClientCreator
TODO Add javadocclass
DefaultScpClientCreator
TODO Add javadocFields in org.apache.sshd.scp.client declared as ScpClientCreator Modifier and Type Field Description private ScpClientCreator
SimpleScpClientImpl. scpClientCreator
Methods in org.apache.sshd.scp.client that return ScpClientCreator Modifier and Type Method Description ScpClientCreator
SimpleScpClientImpl. getScpClientCreator()
static ScpClientCreator
ScpClientCreator. instance()
Methods in org.apache.sshd.scp.client with parameters of type ScpClientCreator Modifier and Type Method Description void
SimpleScpClientImpl. setScpClientCreator(ScpClientCreator scpClientCreator)
Constructors in org.apache.sshd.scp.client with parameters of type ScpClientCreator Constructor Description SimpleScpClientImpl(SimpleClient client, ScpClientCreator scpClientCreator)
-