Package | Description |
---|---|
feign | |
feign.auth |
Modifier and Type | Field and Description |
---|---|
protected List<RequestInterceptor> |
BaseBuilder.requestInterceptors |
Modifier and Type | Method and Description |
---|---|
default RequestInterceptor |
Capability.enrich(RequestInterceptor requestInterceptor) |
Modifier and Type | Method and Description |
---|---|
List<RequestInterceptor> |
MethodHandlerConfiguration.getRequestInterceptors() |
Modifier and Type | Method and Description |
---|---|
default RequestInterceptor |
Capability.enrich(RequestInterceptor requestInterceptor) |
AsyncFeign.AsyncBuilder<C> |
AsyncFeign.AsyncBuilder.requestInterceptor(RequestInterceptor requestInterceptor) |
B |
BaseBuilder.requestInterceptor(RequestInterceptor requestInterceptor)
Adds a single request interceptor to the builder.
|
Feign.Builder |
Feign.Builder.requestInterceptor(RequestInterceptor requestInterceptor) |
Modifier and Type | Method and Description |
---|---|
AsyncFeign.AsyncBuilder<C> |
AsyncFeign.AsyncBuilder.requestInterceptors(Iterable<RequestInterceptor> requestInterceptors) |
B |
BaseBuilder.requestInterceptors(Iterable<RequestInterceptor> requestInterceptors)
Sets the full set of request interceptors for the builder, overwriting any previous
interceptors.
|
Feign.Builder |
Feign.Builder.requestInterceptors(Iterable<RequestInterceptor> requestInterceptors) |
Constructor and Description |
---|
MethodHandlerConfiguration(MethodMetadata metadata,
Target<?> target,
Retryer retryer,
List<RequestInterceptor> requestInterceptors,
Logger logger,
Logger.Level logLevel,
feign.RequestTemplate.Factory buildTemplateFromArgs,
Request.Options options,
ExceptionPropagationPolicy propagationPolicy) |
Modifier and Type | Class and Description |
---|---|
class |
BasicAuthRequestInterceptor
An interceptor that adds the request header needed to use HTTP basic authentication.
|
Copyright © 2012–2025 OpenFeign. All rights reserved.