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