Package | Description |
---|---|
feign |
Modifier and Type | Method and Description |
---|---|
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 ResponseInterceptor.Chain.next(InvocationContext) or manually
create a new response object |
Object |
RedirectionInterceptor.intercept(InvocationContext invocationContext,
ResponseInterceptor.Chain chain) |
Object |
ResponseInterceptor.Chain.next(InvocationContext context)
Delegate to the rest of the chain to execute the request.
|
Copyright © 2012–2023 OpenFeign. All rights reserved.