Modifier and Type | Method and Description |
---|---|
ExternalTaskClientBuilder |
ExternalTaskClientBuilder.addInterceptor(ClientRequestInterceptor interceptor)
Adds an interceptor to change a request before it is sent to the http server.
|
Modifier and Type | Field and Description |
---|---|
protected List<ClientRequestInterceptor> |
ExternalTaskClientBuilderImpl.interceptors |
Modifier and Type | Method and Description |
---|---|
protected List<ClientRequestInterceptor> |
ExternalTaskClientBuilderImpl.getInterceptors() |
Modifier and Type | Method and Description |
---|---|
ExternalTaskClientBuilder |
ExternalTaskClientBuilderImpl.addInterceptor(ClientRequestInterceptor interceptor) |
Modifier and Type | Class and Description |
---|---|
class |
BasicAuthProvider
Provides HTTP Basic Authentication by using the request interceptor api
|
Modifier and Type | Field and Description |
---|---|
protected List<ClientRequestInterceptor> |
RequestInterceptorHandler.interceptors |
Modifier and Type | Method and Description |
---|---|
List<ClientRequestInterceptor> |
RequestInterceptorHandler.getInterceptors() |
Constructor and Description |
---|
RequestInterceptorHandler(List<ClientRequestInterceptor> interceptors) |
Modifier and Type | Field and Description |
---|---|
protected List<ClientRequestInterceptor> |
ClientFactory.requestInterceptors |
Modifier and Type | Method and Description |
---|---|
List<ClientRequestInterceptor> |
ClientFactory.getRequestInterceptors() |
Modifier and Type | Method and Description |
---|---|
void |
ClientFactory.setRequestInterceptors(List<ClientRequestInterceptor> requestInterceptors) |
Copyright © 2022. All rights reserved.