Uses of Class
software.amazon.awssdk.http.apache.ProxyConfiguration
-
Packages that use ProxyConfiguration Package Description software.amazon.awssdk.http.apache software.amazon.awssdk.http.apache.internal software.amazon.awssdk.http.apache.internal.utils -
-
Uses of ProxyConfiguration in software.amazon.awssdk.http.apache
Methods in software.amazon.awssdk.http.apache with parameters of type ProxyConfiguration Modifier and Type Method Description ApacheHttpClient.Builder
ApacheHttpClient.Builder. proxyConfiguration(ProxyConfiguration proxyConfiguration)
Configuration that defines how to communicate via an HTTP proxy. -
Uses of ProxyConfiguration in software.amazon.awssdk.http.apache.internal
Methods in software.amazon.awssdk.http.apache.internal that return ProxyConfiguration Modifier and Type Method Description ProxyConfiguration
ApacheHttpRequestConfig. proxyConfiguration()
Methods in software.amazon.awssdk.http.apache.internal with parameters of type ProxyConfiguration Modifier and Type Method Description ApacheHttpRequestConfig.Builder
ApacheHttpRequestConfig.Builder. proxyConfiguration(ProxyConfiguration proxyConfiguration)
-
Uses of ProxyConfiguration in software.amazon.awssdk.http.apache.internal.utils
Methods in software.amazon.awssdk.http.apache.internal.utils with parameters of type ProxyConfiguration Modifier and Type Method 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.
-