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 classAbstractScpClientCreatorTODO Add javadocclassDefaultScpClientCreatorTODO Add javadocFields in org.apache.sshd.client.scp declared as ScpClientCreator Modifier and Type Field Description private ScpClientCreatorSimpleScpClientImpl. scpClientCreatorMethods in org.apache.sshd.client.scp that return ScpClientCreator Modifier and Type Method Description ScpClientCreatorSimpleScpClientImpl. getScpClientCreator()static ScpClientCreatorScpClientCreator. instance()Methods in org.apache.sshd.client.scp with parameters of type ScpClientCreator Modifier and Type Method Description voidSimpleScpClientImpl. setScpClientCreator(ScpClientCreator scpClientCreator)Constructors in org.apache.sshd.client.scp with parameters of type ScpClientCreator Constructor Description SimpleScpClientImpl(SimpleClient client, ScpClientCreator scpClientCreator)
-