-
- All Implemented Interfaces:
-
okhttp3.Interceptor
public final class ChuckerInterceptor implements InterceptorNo-op implementation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classChuckerInterceptor.BuilderNo-op implementation.
-
Constructor Summary
Constructors Constructor Description ChuckerInterceptor(Context context)No-op implementation.
-
Method Summary
Modifier and Type Method Description final ChuckerInterceptorredactHeaders(String names)Responseintercept(Interceptor.Chain chain)-
-
Constructor Detail
-
ChuckerInterceptor
ChuckerInterceptor(Context context)
No-op implementation.
-
-
Method Detail
-
redactHeaders
final ChuckerInterceptor redactHeaders(String names)
-
intercept
Response intercept(Interceptor.Chain chain)
-
-
-
-