Class RateLimitInterceptorImpl
java.lang.Object
edu.ucsb.cs156.frontiers.interceptors.RateLimitInterceptorImpl
- All Implemented Interfaces:
RateLimitInterceptor,org.springframework.http.client.ClientHttpRequestInterceptor
-
Constructor Summary
ConstructorsConstructorDescriptionRateLimitInterceptorImpl(RateLimitDataPointRepository rateLimitDataPointRepository) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.client.ClientHttpResponseintercept(org.springframework.http.HttpRequest request, byte[] body, org.springframework.http.client.ClientHttpRequestExecution execution)
-
Constructor Details
-
RateLimitInterceptorImpl
-
-
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:
interceptin interfaceorg.springframework.http.client.ClientHttpRequestInterceptor- Throws:
IOException
-