Class DeleteHeaders

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

    public class DeleteHeaders
    extends Object
    implements org.springframework.http.client.ClientHttpRequestInterceptor
    • Constructor Summary

      Constructors 
      Constructor Description
      DeleteHeaders​(Rule rule)  
    • Method Summary

      Modifier and Type Method Description
      org.springframework.http.client.ClientHttpResponse intercept​(org.springframework.http.HttpRequest httpRequest, byte[] bytes, org.springframework.http.client.ClientHttpRequestExecution clientHttpRequestExecution)  
    • Constructor Detail

      • DeleteHeaders

        public DeleteHeaders​(Rule rule)
    • Method Detail

      • intercept

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