Class NullHttpResponseInterceptor

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void intercept​(HttpResponse httpResponse)
      Intercept the HTTP response from Dynatrace backend.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • intercept

        public void intercept​(HttpResponse httpResponse)
        Description copied from interface: HttpResponseInterceptor
        Intercept the HTTP response from Dynatrace backend.

        This method allows the implementor to read custom HTTP response headers.

        Specified by:
        intercept in interface HttpResponseInterceptor
        Parameters:
        httpResponse - The HTTP response from Dynatrace backend.