Uses of Interface
de.galan.commons.net.flux.HttpClient
-
Packages that use HttpClient Package Description de.galan.commons.net.flux -
-
Uses of HttpClient in de.galan.commons.net.flux
Classes in de.galan.commons.net.flux that implement HttpClient Modifier and Type Class Description classCommonHttpClientProvides a simple HTTP client for most use-cases, reusable.classMockCommonHttpClientTest helper for collecting requests and responding to http clients.Methods in de.galan.commons.net.flux that return types with arguments of type HttpClient Modifier and Type Method Description protected static Supplier<HttpClient>Flux. createDefaultHttpClientSupplier()Methods in de.galan.commons.net.flux with parameters of type HttpClient Modifier and Type Method Description voidFluentHttpClient. setClient(HttpClient client)Method parameters in de.galan.commons.net.flux with type arguments of type HttpClient Modifier and Type Method Description static voidFlux. setHttpClientFactory(Supplier<HttpClient> clientFactory)Constructors in de.galan.commons.net.flux with parameters of type HttpClient Constructor Description FluentHttpClient(HttpClient client)HttpBuilder(HttpClient client, String resource)
-