public class NullHttpResponseInterceptor extends java.lang.Object implements HttpResponseInterceptor
| Modifier and Type | Field and Description |
|---|---|
static NullHttpResponseInterceptor |
INSTANCE
Sole instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
intercept(HttpResponse httpResponse)
Intercept the HTTP response from Dynatrace backend.
|
public static final NullHttpResponseInterceptor INSTANCE
public void intercept(HttpResponse httpResponse)
HttpResponseInterceptorThis method allows the implementor to read custom HTTP response headers.
intercept in interface HttpResponseInterceptorhttpResponse - The HTTP response from Dynatrace backend.