public interface HttpResponseInterceptor
This interceptor is only applied to HTTP responses coming from Dynatrace backend requests.
| Modifier and Type | Method and Description |
|---|---|
void |
intercept(HttpResponse httpResponse)
Intercept the HTTP response from Dynatrace backend.
|
void intercept(HttpResponse httpResponse)
This method allows the implementor to read custom HTTP response headers.
httpResponse - The HTTP response from Dynatrace backend.