Package | Description |
---|---|
io.fabric8.kubernetes.client.http |
Modifier and Type | Interface and Description |
---|---|
static interface |
HttpClient.Builder |
Modifier and Type | Class and Description |
---|---|
class |
StandardHttpClientBuilder<C extends HttpClient,F extends HttpClient.Factory,T extends StandardHttpClientBuilder<C,F,?>> |
Modifier and Type | Method and Description |
---|---|
HttpClient.DerivedClientBuilder |
HttpClient.DerivedClientBuilder.addOrReplaceInterceptor(String name,
Interceptor interceptor) |
HttpClient.DerivedClientBuilder |
HttpClient.DerivedClientBuilder.authenticatorNone()
Prevents any built-in authenticator to respond to challenges from origin server.
|
HttpClient.DerivedClientBuilder |
HttpClient.newBuilder()
Create a builder that starts with the same state as this client.
|
HttpClient.DerivedClientBuilder |
StandardHttpClient.newBuilder() |
HttpClient.DerivedClientBuilder |
HttpClient.DerivedClientBuilder.tag(Object value)
Will be provided to all interceptors
|
HttpClient.DerivedClientBuilder |
StandardHttpClientBuilder.tag(Object value) |
Copyright © 2015–2024 Red Hat. All rights reserved.