public class ProxyConfiguration extends Object
| Constructor and Description |
|---|
ProxyConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getProxyPass() |
static String |
getProxyUser() |
static Boolean |
hasBasicAuth() |
static Boolean |
hasHttpProxyConfig() |
static Boolean |
hasSocksProxyConfig() |
static InetSocketAddress |
proxyAddress() |
void |
setupAuth() |
static InetSocketAddress |
socks() |
@PostConstruct public void setupAuth()
public static Boolean hasHttpProxyConfig()
public static Boolean hasBasicAuth()
public static InetSocketAddress proxyAddress()
public static Boolean hasSocksProxyConfig()
public static InetSocketAddress socks()
public static String getProxyUser()
public static String getProxyPass()
Copyright © 2018 JBoss by Red Hat. All rights reserved.