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