Uses of Class
de.otto.flummi.util.HttpClientWrapper
-
Packages that use HttpClientWrapper Package Description de.otto.flummi de.otto.flummi.request de.otto.flummi.response -
-
Uses of HttpClientWrapper in de.otto.flummi
Constructors in de.otto.flummi with parameters of type HttpClientWrapper Constructor Description AdminClient(HttpClientWrapper httpClient)ClusterAdminClient(HttpClientWrapper httpClient)IndicesAdminClient(HttpClientWrapper httpClient) -
Uses of HttpClientWrapper in de.otto.flummi.request
Methods in de.otto.flummi.request with parameters of type HttpClientWrapper Modifier and Type Method Description static SearchResponse.BuilderSearchRequestBuilder. parseResponse(com.google.gson.JsonObject jsonObject, String scroll, HttpClientWrapper client) -
Uses of HttpClientWrapper in de.otto.flummi.response
Constructors in de.otto.flummi.response with parameters of type HttpClientWrapper Constructor Description ScrollingSearchHits(long totalHits, Float maxScore, String scrollId, String scroll, List<SearchHit> hitsCurrentPage, HttpClientWrapper client)
-