Class LoadBalancerInterceptor

java.lang.Object
org.springframework.cloud.client.loadbalancer.LoadBalancerInterceptor
All Implemented Interfaces:
org.springframework.http.client.ClientHttpRequestInterceptor

public class LoadBalancerInterceptor extends Object implements org.springframework.http.client.ClientHttpRequestInterceptor
Author:
Spencer Gibb, Dave Syer, Ryan Baxter, William Tran
  • 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) throws IOException
      Specified by:
      intercept in interface org.springframework.http.client.ClientHttpRequestInterceptor
      Throws:
      IOException