Package org.zalando.logbook.okhttp2
Class LogbookInterceptor
- java.lang.Object
-
- org.zalando.logbook.okhttp2.LogbookInterceptor
-
- All Implemented Interfaces:
com.squareup.okhttp.Interceptor
@API(status=EXPERIMENTAL) public final class LogbookInterceptor extends Object implements com.squareup.okhttp.Interceptor
-
-
Constructor Summary
Constructors Constructor Description LogbookInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.squareup.okhttp.Responseintercept(com.squareup.okhttp.Interceptor.Chain chain)
-
-
-
Method Detail
-
intercept
public com.squareup.okhttp.Response intercept(com.squareup.okhttp.Interceptor.Chain chain) throws IOException- Specified by:
interceptin interfacecom.squareup.okhttp.Interceptor- Throws:
IOException
-
-