public class ProxyConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ProxyConfiguration.Type |
Modifier and Type | Method and Description |
---|---|
InetSocketAddress |
getProxyAddress() |
ProxyConfiguration.Type |
getType() |
static ProxyConfiguration |
proxyConfiguration() |
static ProxyConfiguration |
proxyConfiguration(ProxyConfiguration.Type type,
InetSocketAddress address) |
static ProxyConfiguration |
proxyConfiguration(ProxyConfiguration.Type type,
String address) |
public static ProxyConfiguration proxyConfiguration()
public static ProxyConfiguration proxyConfiguration(ProxyConfiguration.Type type, String address)
public static ProxyConfiguration proxyConfiguration(ProxyConfiguration.Type type, InetSocketAddress address)
public ProxyConfiguration.Type getType()
public InetSocketAddress getProxyAddress()
Copyright © 2018. All rights reserved.