Package | Description |
---|---|
software.amazon.awssdk.http.apache | |
software.amazon.awssdk.http.apache.internal | |
software.amazon.awssdk.http.apache.internal.utils |
Modifier and Type | Method and Description |
---|---|
ApacheHttpClient.Builder |
ApacheHttpClient.Builder.proxyConfiguration(ProxyConfiguration proxyConfiguration)
Configuration that defines how to communicate via an HTTP proxy.
|
Modifier and Type | Method and Description |
---|---|
ProxyConfiguration |
ApacheHttpRequestConfig.proxyConfiguration() |
Modifier and Type | Method and Description |
---|---|
ApacheHttpRequestConfig.Builder |
ApacheHttpRequestConfig.Builder.proxyConfiguration(ProxyConfiguration proxyConfiguration) |
Modifier and Type | Method and Description |
---|---|
static org.apache.http.client.protocol.HttpClientContext |
ApacheUtils.newClientContext(ProxyConfiguration proxyConfiguration)
Returns a new HttpClientContext used for request execution.
|
static org.apache.http.client.CredentialsProvider |
ApacheUtils.newProxyCredentialsProvider(ProxyConfiguration proxyConfiguration)
Returns a new Credentials Provider for use with proxy authentication.
|
Copyright © 2019. All rights reserved.