| Modifier and Type | Method and Description |
|---|---|
HttpResponseInterceptor |
RestConfiguration.getResponseInterceptors() |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeHttpResponseInterceptor
A composite implementation for
HttpResponseInterceptor that executes the first matching HttpResponseInterceptor
from the List or all of them depending on the execution strategy provided. |
| Constructor and Description |
|---|
CompositeHttpResponseInterceptor(List<HttpResponseInterceptor> httpResponseInterceptors,
CompositeHttpResponseInterceptor.ExecutionStrategy executionStrategy) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseExpressionHttpResponseInterceptor
A base implementation for a
HttpResponseInterceptor that relies on DW expressions. |
class |
ExpressionHttpResponseInterceptor
A
HttpResponseInterceptor implementation based on DW expressions. |
class |
PreconditionHttpResponseInterceptorDelegate
A
HttpResponseInterceptor implementation that applies a precondition and if satisfied and the delegate matches too it
delegates the execution to a nested HttpResponseInterceptor. |
| Constructor and Description |
|---|
PreconditionHttpResponseInterceptorDelegate(PreconditionHttpResponseInterceptorDelegate.Matcher precondition,
HttpResponseInterceptor delegate) |
| Modifier and Type | Method and Description |
|---|---|
protected HttpResponseInterceptor |
BaseRestOperation.getResponseInterceptors(RestConfiguration config)
This method return the http response interceptors from the configuration.
|
| Modifier and Type | Method and Description |
|---|---|
HttpResponseInterceptor |
RestRequestBuilder.getResponseInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
RestRequestBuilder |
RestRequestBuilder.responseInterceptor(HttpResponseInterceptor httpResponseInterceptor)
Defines a post process
HttpResponseInterceptor to intercept and modify server's response before this is mapped to a
Result. |
Copyright © 2022. All rights reserved.