public interface Interceptor
| Modifier and Type | Method and Description |
|---|---|
boolean |
interceptRequest(Caller caller,
Request request)
Intercepts the request before forwarding the request to the back end.
|
boolean |
interceptResponse(Caller caller,
Response response)
Intercepts the response before forwarding the response to the client.
|
boolean interceptRequest(Caller caller, Request request)
Copyright © 2021 WSO2. All rights reserved.