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
-
-
Constructor Summary
Constructors Constructor Description MockInterceptor()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static byte[]compress(java.lang.String data)okhttp3.Responseintercept(okhttp3.Interceptor.Chain chain)
-
-
-
Method Detail
-
intercept
public okhttp3.Response intercept(okhttp3.Interceptor.Chain chain) throws java.io.IOException- Specified by:
interceptin interfaceokhttp3.Interceptor- Throws:
java.io.IOException
-
compress
public static byte[] compress(java.lang.String data) throws java.io.IOException- Throws:
java.io.IOException
-
-