Uses of Class
com.algolia.search.models.HttpResponse
-
Packages that use HttpResponse Package Description com.algolia.search com.algolia.search.models com.algolia.search.util -
-
Uses of HttpResponse in com.algolia.search
Methods in com.algolia.search that return types with arguments of type HttpResponse Modifier and Type Method Description CompletableFuture<HttpResponse>HttpRequester. performRequestAsync(HttpRequest request)Perform an asynchronous request to the Algolia API. -
Uses of HttpResponse in com.algolia.search.models
Methods in com.algolia.search.models that return HttpResponse Modifier and Type Method Description HttpResponseHttpResponse. setBody(InputStream body)HttpResponseHttpResponse. setError(String error)HttpResponseHttpResponse. setHttpStatusCode(int httpStatusCode)HttpResponseHttpResponse. setNetworkError(boolean networkError)HttpResponseHttpResponse. setTimedOut(boolean timedOut) -
Uses of HttpResponse in com.algolia.search.util
Methods in com.algolia.search.util with parameters of type HttpResponse Modifier and Type Method Description static booleanHttpStatusCodeUtils. isSuccess(HttpResponse response)
-