Uses of Class
org.davidmoten.oa3.codegen.http.HttpResponse
Packages that use HttpResponse
-
Uses of HttpResponse in org.davidmoten.oa3.codegen.http
Methods in org.davidmoten.oa3.codegen.http that return HttpResponseModifier and TypeMethodDescriptionHttpResponse.assertContentTypeMatches(String expectedContentType) HttpResponse.assertStatusCodeMatches(String expectedStatusCode) Http.Builder.call()static HttpResponseHttp.call(HttpService httpService, HttpMethod method, String basePath, String pathTemplate, Serializer serializer, List<Interceptor> interceptors, Headers requestHeaders, List<ParameterValue> parameters, List<ResponseDescriptor> descriptors, boolean allowPatch, Optional<Long> connectTimeoutMs, Optional<Long> readTimeoutMs) Http.Builder.callAssertIsPrimaryResponse()Http.RequestBuilder.fullResponse()NotPrimaryResponseException.response()Constructors in org.davidmoten.oa3.codegen.http with parameters of type HttpResponse