Class NullHttpRequestInterceptor

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void intercept​(HttpRequest httpRequest)
      Intercept the HTTP request and manipulate it.
      • Methods inherited from class java.lang.Object

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

      • intercept

        public void intercept​(HttpRequest httpRequest)
        Description copied from interface: HttpRequestInterceptor
        Intercept the HTTP request and manipulate it.

        Currently it's only possible to set custom HTTP headers.

        Specified by:
        intercept in interface HttpRequestInterceptor
        Parameters:
        httpRequest - The HTTP request to Dynatrace backend.