public class ProxyHelper extends Object
ScimHttpClient| Modifier and Type | Class and Description |
|---|---|
static class |
ProxyHelper.ProxyHelperBuilder
overriding lombok builder class
|
| Constructor and Description |
|---|
ProxyHelper() |
| Modifier and Type | Method and Description |
|---|---|
String |
getProxyAddress() |
org.apache.http.client.config.RequestConfig |
getProxyConfig()
will give back a request-config with the proxy settings based on the configuration-poperties
|
org.apache.http.client.CredentialsProvider |
getProxyCredentials() |
boolean |
isProxySet() |
public boolean isProxySet()
public org.apache.http.client.CredentialsProvider getProxyCredentials()
public org.apache.http.client.config.RequestConfig getProxyConfig()
public String getProxyAddress()
Copyright © 2020. All rights reserved.