Class ApacheHttpClientSupplier
java.lang.Object
io.vrap.rmf.base.client.BaseHttpClientSupplier
com.commercetools.http.apachehttp.ApacheHttpClientSupplier
- All Implemented Interfaces:
ExecutorHttpClientSupplier,HttpClientSupplier,Supplier<VrapHttpClient>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()TheVrapHttpClientprovider methodget(ExecutorService executorService)
-
Constructor Details
-
ApacheHttpClientSupplier
public ApacheHttpClientSupplier()
-
-
Method Details
-
get
Description copied from class:BaseHttpClientSupplierTheVrapHttpClientprovider method- Specified by:
getin interfaceSupplier<VrapHttpClient>- Specified by:
getin classBaseHttpClientSupplier- Returns:
- HttpClient implementation
-
get
- Specified by:
getin interfaceExecutorHttpClientSupplier- Specified by:
getin classBaseHttpClientSupplier
-