Class ProgressInterceptor
- java.lang.Object
-
- io.freefair.gradle.plugins.okhttp.internal.ProgressInterceptor
-
- All Implemented Interfaces:
okhttp3.Interceptor
public class ProgressInterceptor extends 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.Response
intercept(okhttp3.Interceptor.Chain chain)
-
-
-
Constructor Detail
-
ProgressInterceptor
public ProgressInterceptor(ProgressListener progressListener)
-
-
Method Detail
-
intercept
@NotNull public @NotNull okhttp3.Response intercept(@NotNull okhttp3.Interceptor.Chain chain) throws IOException
- Specified by:
intercept
in interfaceokhttp3.Interceptor
- Throws:
IOException
-
-