If a request filter throws an exception, calls {@code nextFilter.onResponse(...)}, or calls {@code nextFilter.onError(..)} then that filter will have the appropriate responsemethod invoked (onResponse or onError). The response will flow back towards the beginning of the filter chain. Filters later in the chain will not get a change to process the request or the response.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|