Package com.orbitz.consul.cache
Class TimeoutInterceptor
- java.lang.Object
-
- com.orbitz.consul.cache.TimeoutInterceptor
-
- All Implemented Interfaces:
okhttp3.Interceptor
public class TimeoutInterceptor extends java.lang.Object implements okhttp3.Interceptor
-
-
Constructor Summary
Constructors Constructor Description TimeoutInterceptor(CacheConfig config)
-
Method Summary
Modifier and Type Method Description okhttp3.Responseintercept(okhttp3.Interceptor.Chain chain)
-
-
-
Constructor Detail
-
TimeoutInterceptor
public TimeoutInterceptor(CacheConfig config)
-
-