Class LoggingRequestInterceptor

  • All Implemented Interfaces:
    org.springframework.http.client.ClientHttpRequestInterceptor

    public class LoggingRequestInterceptor
    extends Object
    implements org.springframework.http.client.ClientHttpRequestInterceptor
    REST client request interceptor that logs the whole request and response. Useful for debugging.
    Author:
    avasquez
    • Constructor Detail

      • LoggingRequestInterceptor

        public LoggingRequestInterceptor()
    • Method Detail

      • intercept

        public org.springframework.http.client.ClientHttpResponse intercept​(org.springframework.http.HttpRequest request,
                                                                            byte[] body,
                                                                            org.springframework.http.client.ClientHttpRequestExecution execution)
                                                                     throws IOException
        Specified by:
        intercept in interface org.springframework.http.client.ClientHttpRequestInterceptor
        Throws:
        IOException