Package org.zalando.logbook.okhttp
Class LogbookInterceptor
java.lang.Object
org.zalando.logbook.okhttp.LogbookInterceptor
- All Implemented Interfaces:
okhttp3.Interceptor
@API(status=EXPERIMENTAL)
public final class LogbookInterceptor
extends java.lang.Object
implements okhttp3.Interceptor
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors Constructor Description LogbookInterceptor() -
Method Summary
Modifier and Type Method Description okhttp3.Responseintercept(okhttp3.Interceptor.Chain chain)
-
Constructor Details
-
LogbookInterceptor
public LogbookInterceptor()
-
-
Method Details
-
intercept
@Nonnull public okhttp3.Response intercept(okhttp3.Interceptor.Chain chain) throws java.io.IOException- Specified by:
interceptin interfaceokhttp3.Interceptor- Throws:
java.io.IOException
-