| Interface | Description |
|---|---|
| HttpResponseInterceptor |
An interceptor to manipulate a server's HttpResponse before RSDK processes it and generates the Result.
|
| InterceptionHttpRequest |
An HttpRequest model than provides access to
InterceptionHttpRequest.getUriParameters(). |
| Class | Description |
|---|---|
| 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. |
| RestErrorHttpResponseInterceptor |
RSDK implementation for error handling to generate a reasonPhrase that includes the statusCode.
|
| Enum | Description |
|---|---|
| CompositeHttpResponseInterceptor.ExecutionStrategy |
Defines if
CompositeHttpResponseInterceptor.ExecutionStrategy.ALL or CompositeHttpResponseInterceptor.ExecutionStrategy.ONLY_FIRST of the interceptors should be executed by this composition. |
Copyright © 2021. All rights reserved.