Uses of Class
com.guinetik.rr.http.FluentHttpClient
-
Packages that use FluentHttpClient Package Description com.guinetik.rr.api com.guinetik.rr.http -
-
Uses of FluentHttpClient in com.guinetik.rr.api
Constructors in com.guinetik.rr.api with parameters of type FluentHttpClient Constructor Description FluentApiClient(String baseUrl, RocketRestConfig config, FluentHttpClient fluentClient)Creates a new FluentApiClient with the specified base URL, configuration, and a pre-configured FluentHttpClient instance. -
Uses of FluentHttpClient in com.guinetik.rr.http
Methods in com.guinetik.rr.http that return FluentHttpClient Modifier and Type Method Description FluentHttpClientRocketClientFactory.Builder. buildFluent()Builds a fluent HTTP client with the configured settings.static FluentHttpClientRocketClientFactory. createFluentClient(RocketRestConfig config)Creates a fluent HTTP client with the given config.static FluentHttpClientRocketClientFactory. createFluentClient(String baseUrl)Creates a fluent HTTP client with the given base URL.
-