Package org.zalando.logbook.httpclient
Class LogbookHttpResponseInterceptor
- java.lang.Object
-
- org.zalando.logbook.httpclient.LogbookHttpResponseInterceptor
-
- All Implemented Interfaces:
org.apache.http.HttpResponseInterceptor
@API(status=STABLE) public final class LogbookHttpResponseInterceptor extends Object implements org.apache.http.HttpResponseInterceptor
A response interceptor for synchronous responses. ForHttpAsyncClientsupport, please useLogbookHttpAsyncResponseConsumerinstead.
-
-
Constructor Summary
Constructors Constructor Description LogbookHttpResponseInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess(org.apache.http.HttpResponse original, org.apache.http.protocol.HttpContext context)
-
-
-
Method Detail
-
process
public void process(org.apache.http.HttpResponse original, org.apache.http.protocol.HttpContext context) throws IOException- Specified by:
processin interfaceorg.apache.http.HttpResponseInterceptor- Throws:
IOException
-
-