Class HttpRequestInterceptor

java.lang.Object
com.github.mkopylec.charon.forwarding.interceptors.HttpRequestInterceptor
All Implemented Interfaces:
org.springframework.http.client.ClientHttpRequestInterceptor

public class HttpRequestInterceptor extends Object implements org.springframework.http.client.ClientHttpRequestInterceptor
  • Constructor Details

  • Method Details

    • intercept

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