Class ZombieHttpInterceptor

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.http.client.ClientHttpRequestInterceptor, org.springframework.web.context.ServletContextAware

    public class ZombieHttpInterceptor
    extends Object
    implements org.springframework.http.client.ClientHttpRequestInterceptor, org.springframework.web.context.ServletContextAware
    • Constructor Detail

      • ZombieHttpInterceptor

        public ZombieHttpInterceptor()
    • 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
      • setServletContext

        public void setServletContext​(javax.servlet.ServletContext context)
        Specified by:
        setServletContext in interface org.springframework.web.context.ServletContextAware