ApacheHttpRequestConfig
.ConnectionManagerAwareHttpClient
that delegates all the requests to the given http client.SdkHttpClient
.ApacheSdkHttpClientFactory
.ProxyConfiguration.Builder
, used to create a ProxyConfiguration
.HttpClientConnectionManager
associated with the
http client.ApacheSdkHttpClientFactory.Builder.proxyConfiguration(ProxyConfiguration)
, but takes a lambda to configure a new
ProxyConfiguration.Builder
.ProxyConfiguration
.HttpEntity
that delegates to an
RepeatableInputStreamRequestEntity
, with the one notable difference, that if
the underlying InputStream supports being reset, this RequestEntity will
report that it is repeatable and will reset the stream on all subsequent
attempts to write out the request.ConnectionKeepAliveStrategy
interface.HttpClientConnectionManager
to capture the necessary performance metrics.Copyright © 2018. All rights reserved.