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