Package | Description |
---|---|
feign |
Modifier and Type | Class and Description |
---|---|
class |
RedirectionInterceptor
An implementation of
ResponseInterceptor the returns the value of the location header
when appropriate. |
Modifier and Type | Field and Description |
---|---|
protected List<ResponseInterceptor> |
BaseBuilder.responseInterceptors |
Modifier and Type | Method and Description |
---|---|
default ResponseInterceptor |
ResponseInterceptor.andThen(ResponseInterceptor nextInterceptor)
Return a new
ResponseInterceptor that invokes the current interceptor first and then
the one that is passed in. |
default ResponseInterceptor |
Capability.enrich(ResponseInterceptor responseInterceptor) |
Modifier and Type | Method and Description |
---|---|
default ResponseInterceptor |
ResponseInterceptor.andThen(ResponseInterceptor nextInterceptor)
Return a new
ResponseInterceptor that invokes the current interceptor first and then
the one that is passed in. |
default ResponseInterceptor |
Capability.enrich(ResponseInterceptor responseInterceptor) |
B |
BaseBuilder.responseInterceptor(ResponseInterceptor responseInterceptor)
Adds a single response interceptor to the builder.
|
Modifier and Type | Method and Description |
---|---|
B |
BaseBuilder.responseInterceptors(Iterable<ResponseInterceptor> responseInterceptors)
Sets the full set of request interceptors for the builder, overwriting any previous
interceptors.
|
Copyright © 2012–2023 OpenFeign. All rights reserved.