Package com.fullcontact.apilib.enrich
Class FCOkHttpInterceptor
java.lang.Object
com.fullcontact.apilib.enrich.FCOkHttpInterceptor
- All Implemented Interfaces:
okhttp3.Interceptor
public class FCOkHttpInterceptor
extends java.lang.Object
implements okhttp3.Interceptor
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors Constructor Description FCOkHttpInterceptor() -
Method Summary
Modifier and Type Method Description okhttp3.Responseintercept(okhttp3.Interceptor.Chain chain)
-
Constructor Details
-
FCOkHttpInterceptor
public FCOkHttpInterceptor()
-
-
Method Details
-
intercept
public okhttp3.Response intercept(okhttp3.Interceptor.Chain chain) throws java.io.IOException- Specified by:
interceptin interfaceokhttp3.Interceptor- Throws:
java.io.IOException
-