Uses of Class
org.openstack4j.core.transport.ProxyHost
-
Packages that use ProxyHost Package Description org.openstack4j.core.transport -
-
Uses of ProxyHost in org.openstack4j.core.transport
Methods in org.openstack4j.core.transport that return ProxyHost Modifier and Type Method Description ProxyHostConfig. getProxy()static ProxyHostProxyHost. of(String host, int port)Creates a new ProxyHost configurationstatic ProxyHostProxyHost. of(String host, int port, String username, String password)Creates a new ProxyHost configuration with credentialsMethods in org.openstack4j.core.transport with parameters of type ProxyHost Modifier and Type Method Description ConfigConfig. withProxy(ProxyHost proxy)Indicates the connector should be using a Proxy host
-