Class HttpJsonLoggingInterceptor
java.lang.Object
com.amilesend.client.connection.http.HttpJsonLoggingInterceptor
- All Implemented Interfaces:
okhttp3.Interceptor
A logging interceptor to aid in debugging.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Nested classes/interfaces inherited from interface okhttp3.Interceptor
okhttp3.Interceptor.Chain, okhttp3.Interceptor.Companion
-
Field Summary
Fields inherited from interface okhttp3.Interceptor
Companion
-
Method Summary
-
Method Details
-
intercept
public okhttp3.Response intercept(@NonNull @NonNull okhttp3.Interceptor.Chain chain) throws IOException - Specified by:
intercept
in interfaceokhttp3.Interceptor
- Throws:
IOException
-
builder
-