Modifier and Type | Method and Description |
---|---|
ConnectionManagerAwareHttpClient |
ApacheHttpClientFactory.create(HttpClientSettings settings) |
org.apache.http.conn.HttpClientConnectionManager |
ApacheConnectionManagerFactory.create(HttpClientSettings settings) |
Modifier and Type | Method and Description |
---|---|
org.apache.http.client.methods.HttpRequestBase |
ApacheHttpRequestFactory.create(Request<?> request,
HttpClientSettings settings) |
Modifier and Type | Method and Description |
---|---|
static org.apache.http.client.protocol.HttpClientContext |
ApacheUtils.newClientContext(HttpClientSettings settings,
Map<String,? extends Object> attributes)
Returns a new HttpClientContext used for request execution.
|
static org.apache.http.client.CredentialsProvider |
ApacheUtils.newProxyCredentialsProvider(HttpClientSettings settings)
Returns a new Credentials Provider for use with proxy authentication.
|
Modifier and Type | Method and Description |
---|---|
T |
ConnectionManagerFactory.create(HttpClientSettings settings) |
T |
HttpClientFactory.create(HttpClientSettings settings) |
Modifier and Type | Method and Description |
---|---|
T |
HttpRequestFactory.create(Request<?> request,
HttpClientSettings settings)
A factory method for creating http requests accepted by the underlying
http client from the sdk request objects.
|
Modifier and Type | Method and Description |
---|---|
static HttpClientSettings |
HttpClientSettings.adapt(ClientConfiguration config) |
static HttpClientSettings |
HttpClientSettings.adapt(ClientConfiguration config,
boolean useBrowserCompatibleHostNameVerifier) |
static HttpClientSettings |
HttpClientSettings.adapt(ClientConfiguration config,
boolean useBrowserCompatibleHostNameVerifier,
boolean calculateCRC32FromCompressedData) |
Modifier and Type | Method and Description |
---|---|
static void |
DefaultTokenManager.addProxyConfig(org.apache.http.impl.client.HttpClientBuilder builder,
HttpClientSettings settings)
Add a proxy to the http request if it has been set within settings
|
void |
DelegateTokenProvider.setHttpClientSettings(HttpClientSettings httpClientSettings)
Apply http Settings when available to match those set on the s3Client.
|
void |
DefaultTokenProvider.setHttpClientSettings(HttpClientSettings httpClientSettings)
Apply http Settings when available to match those set on the s3Client.
|
Copyright © 2024. All rights reserved.