Uses of Interface
org.jclouds.proxy.ProxyConfig
-
Packages that use ProxyConfig Package Description org.jclouds.proxy.internal org.jclouds.ssh.jsch -
-
Uses of ProxyConfig in org.jclouds.proxy.internal
Classes in org.jclouds.proxy.internal that implement ProxyConfig Modifier and Type Class Description class
GuiceProxyConfig
Configuration derived from Guice properties. -
Uses of ProxyConfig in org.jclouds.ssh.jsch
Methods in org.jclouds.ssh.jsch with parameters of type ProxyConfig Modifier and Type Method Description SessionConnection.Builder
SessionConnection.Builder. proxy(ProxyConfig proxyConfig)
Constructors in org.jclouds.ssh.jsch with parameters of type ProxyConfig Constructor Description JschSshClient(ProxyConfig proxyConfig, BackoffLimitedRetryHandler backoffLimitedRetryHandler, com.google.common.net.HostAndPort socket, LoginCredentials loginCredentials, int timeout, com.google.common.base.Optional<com.jcraft.jsch.agentproxy.Connector> agentConnector)
-