Package org.davidmoten.oa3.codegen.http
Class Http
java.lang.Object
org.davidmoten.oa3.codegen.http.Http
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HttpResponsecall(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) static Http.Buildermethod(HttpMethod method)
-
Constructor Details
-
Http
public Http()
-
-
Method Details
-
method
-
call
public static HttpResponse 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)
-