Class CacheControlInterceptor
- java.lang.Object
-
- io.freefair.gradle.plugins.okhttp.internal.CacheControlInterceptor
-
- All Implemented Interfaces:
okhttp3.Interceptor
public class CacheControlInterceptor extends Object implements okhttp3.Interceptor
-
-
Constructor Summary
Constructors Constructor Description CacheControlInterceptor(okhttp3.CacheControl cacheControl)
-
-
-
Method Detail
-
intercept
@Nonnull public okhttp3.Response intercept(@Nonnull okhttp3.Interceptor.Chain chain) throws IOException
- Specified by:
intercept
in interfaceokhttp3.Interceptor
- Throws:
IOException
-
-