| Package | Description |
|---|---|
| io.fabric8.kubernetes.client.http | |
| io.fabric8.kubernetes.client.utils |
| Modifier and Type | Field and Description |
|---|---|
protected LinkedHashMap<String,Interceptor> |
StandardHttpClientBuilder.interceptors |
| Modifier and Type | Method and Description |
|---|---|
default Interceptor |
Interceptor.withConfig(Config config)
Interceptors that rely upon the Config, in particular the RequestConfig, must implement
this method to receive the modified configuration |
| Modifier and Type | Method and Description |
|---|---|
static UnaryOperator<Interceptor> |
Interceptor.useConfig(Config config) |
| Modifier and Type | Method and Description |
|---|---|
HttpClient.DerivedClientBuilder |
HttpClient.DerivedClientBuilder.addOrReplaceInterceptor(String name,
Interceptor interceptor) |
HttpClient.Builder |
HttpClient.Builder.addOrReplaceInterceptor(String name,
Interceptor interceptor) |
T |
StandardHttpClientBuilder.addOrReplaceInterceptor(String name,
Interceptor interceptor) |
| Modifier and Type | Class and Description |
|---|---|
class |
BackwardsCompatibilityInterceptor |
class |
ImpersonatorInterceptor |
class |
TokenRefreshInterceptor
Interceptor for handling expired OIDC tokens.
|
| Modifier and Type | Method and Description |
|---|---|
Interceptor |
ImpersonatorInterceptor.withConfig(Config config) |
Interceptor |
TokenRefreshInterceptor.withConfig(Config config) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Interceptor> |
HttpClientUtils.createApplicableInterceptors(Config config,
HttpClient.Factory factory) |
Copyright © 2015–2023 Red Hat. All rights reserved.