public final class Http extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Http.Builder |
static class |
Http.BuilderWithBasePath |
static class |
Http.BuilderWithBody |
static class |
Http.BuilderWithPath |
static class |
Http.BuilderWithReponseDescriptor |
static class |
Http.BuilderWithStatusCodeMatch |
static class |
Http.RequestBuilder<T> |
| Constructor and Description |
|---|
Http() |
| Modifier and Type | Method and Description |
|---|---|
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) |
static Http.Builder |
method(HttpMethod method) |
public static Http.Builder method(HttpMethod method)
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)
Copyright © 2023. All rights reserved.