Class ProgressInterceptor
- java.lang.Object
-
- io.freefair.gradle.plugins.okhttp.internal.ProgressInterceptor
-
- All Implemented Interfaces:
okhttp3.Interceptor
public class ProgressInterceptor extends java.lang.Object implements okhttp3.Interceptor
-
-
Constructor Summary
Constructors Constructor Description ProgressInterceptor(ProgressListener progressListener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull okhttp3.Responseintercept(okhttp3.Interceptor.Chain chain)
-
-
-
Constructor Detail
-
ProgressInterceptor
public ProgressInterceptor(ProgressListener progressListener)
-
-