Uses of Class
software.amazon.awssdk.http.apache.ProxyConfiguration
Packages that use ProxyConfiguration
Package
Description
-
Uses of ProxyConfiguration in software.amazon.awssdk.http.apache
Methods in software.amazon.awssdk.http.apache with parameters of type ProxyConfigurationModifier and TypeMethodDescriptionApacheHttpClient.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 ProxyConfigurationMethods in software.amazon.awssdk.http.apache.internal with parameters of type ProxyConfigurationModifier and TypeMethodDescriptionApacheHttpRequestConfig.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 ProxyConfigurationModifier and TypeMethodDescriptionstatic org.apache.http.client.protocol.HttpClientContextApacheUtils.newClientContext(ProxyConfiguration proxyConfiguration) Returns a new HttpClientContext used for request execution.static org.apache.http.client.CredentialsProviderApacheUtils.newProxyCredentialsProvider(ProxyConfiguration proxyConfiguration) Returns a new Credentials Provider for use with proxy authentication.