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