Class RateLimitInterceptor
Object
ch.aaap.harvestclient.core.ratelimit.RateLimitInterceptor
- All Implemented Interfaces:
 okhttp3.Interceptor
- 
Nested Class Summary
Nested classes/interfaces inherited from interface okhttp3.Interceptor
okhttp3.Interceptor.Chain - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionintintokhttp3.Responseintercept(okhttp3.Interceptor.Chain chain)  
- 
Constructor Details
- 
RateLimitInterceptor
public RateLimitInterceptor(int maxRequestPerWindow, int windowSeconds)  
 - 
 - 
Method Details
- 
intercept
- Specified by:
 interceptin interfaceokhttp3.Interceptor- Throws:
 IOException
 - 
getMaxRequestPerWindow
public int getMaxRequestPerWindow() - 
getWindowSeconds
public int getWindowSeconds() 
 -