Package | Description |
---|---|
feign |
Modifier and Type | Field and Description |
---|---|
static ResponseInterceptor.Chain |
ResponseInterceptor.Chain.DEFAULT |
Modifier and Type | Method and Description |
---|---|
default ResponseInterceptor.Chain |
ResponseInterceptor.apply(ResponseInterceptor.Chain chain)
Apply this interceptor to the given
Chain resulting in an intercepted chain. |
default ResponseInterceptor.Chain |
Capability.enrich(ResponseInterceptor.Chain chain) |
protected ResponseInterceptor.Chain |
BaseBuilder.responseInterceptorChain() |
Modifier and Type | Method and Description |
---|---|
default ResponseInterceptor.Chain |
ResponseInterceptor.apply(ResponseInterceptor.Chain chain)
Apply this interceptor to the given
Chain resulting in an intercepted chain. |
default ResponseInterceptor.Chain |
Capability.enrich(ResponseInterceptor.Chain chain) |
Object |
ResponseInterceptor.intercept(InvocationContext invocationContext,
ResponseInterceptor.Chain chain)
Called by
ResponseHandler after refreshing the response and wrapped around the whole
decode process, must either manually invoke next(InvocationContext) or manually
create a new response object |
Object |
RedirectionInterceptor.intercept(InvocationContext invocationContext,
ResponseInterceptor.Chain chain) |
Constructor and Description |
---|
ResponseHandler(Logger.Level logLevel,
Logger logger,
Decoder decoder,
ErrorDecoder errorDecoder,
boolean dismiss404,
boolean closeAfterDecode,
boolean decodeVoid,
ResponseInterceptor.Chain executionChain) |
Copyright © 2012–2024 OpenFeign. All rights reserved.