Interface HttpClientSupplier
-
- All Superinterfaces:
java.util.function.Supplier<org.apache.hc.client5.http.impl.classic.CloseableHttpClient>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface HttpClientSupplier extends java.util.function.Supplier<org.apache.hc.client5.http.impl.classic.CloseableHttpClient>Supplier forCloseableHttpClients.May be used to provide customized HTTP clients to data source clients.
Closing of the supplied
CloseableHttpClientinstances is a responsibility of the caller.
-
-
Method Summary
Static Methods Modifier and Type Method Description static HttpClientSuppliergetDefault()
-
-
-
Method Detail
-
getDefault
static HttpClientSupplier getDefault()
-
-