Package com.amazonaws.http.client
Interface HttpClientFactory<T>
-
- All Known Implementing Classes:
ApacheHttpClientFactory
@Beta public interface HttpClientFactory<T>
Factory interface that can be used for creating the underlying http client for request execution.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
create(HttpClientSettings settings)
-
-
-
Method Detail
-
create
T create(HttpClientSettings settings)
-
-