Class NullHttpResponseInterceptor
- java.lang.Object
-
- com.dynatrace.openkit.protocol.http.NullHttpResponseInterceptor
-
- All Implemented Interfaces:
HttpResponseInterceptor
public class NullHttpResponseInterceptor extends java.lang.Object implements HttpResponseInterceptor
-
-
Field Summary
Fields Modifier and Type Field Description static NullHttpResponseInterceptorINSTANCESole instance of this class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidintercept(HttpResponse httpResponse)Intercept the HTTP response from Dynatrace backend.
-
-
-
Field Detail
-
INSTANCE
public static final NullHttpResponseInterceptor INSTANCE
Sole instance of this class.
-
-
Method Detail
-
intercept
public void intercept(HttpResponse httpResponse)
Description copied from interface:HttpResponseInterceptorIntercept the HTTP response from Dynatrace backend.This method allows the implementor to read custom HTTP response headers.
- Specified by:
interceptin interfaceHttpResponseInterceptor- Parameters:
httpResponse- The HTTP response from Dynatrace backend.
-
-