| Package | Description |
|---|---|
| org.davidmoten.oa3.codegen.http |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BasicAuthenticator |
interface |
BearerAuthenticator |
| Modifier and Type | Method and Description |
|---|---|
Http.Builder |
Http.Builder.interceptor(Interceptor interceptor) |
Http.RequestBuilder<T> |
Http.RequestBuilder.interceptor(Interceptor interceptor) |
| Modifier and Type | Method and Description |
|---|---|
static HttpResponse |
Http.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 |
Http.Builder.interceptors(Iterable<? extends Interceptor> list) |
Copyright © 2023. All rights reserved.