Package de.xima.fc.http.interceptor
Class LoggingResponseInterceptor
- java.lang.Object
 - 
- de.xima.fc.http.interceptor.LoggingResponseInterceptor
 
 
- 
- All Implemented Interfaces:
 org.apache.http.HttpResponseInterceptor
public class LoggingResponseInterceptor extends Object implements org.apache.http.HttpResponseInterceptor
An implementation ofHttpResponseInterceptorinterface for logging request information. The minimum log scope for using this logger class is the debug scope.- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Constructor Summary
Constructors Constructor Description LoggingResponseInterceptor() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess(org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context) 
 - 
 
- 
- 
Method Detail
- 
process
public void process(org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context) throws org.apache.http.HttpException, IOException- Specified by:
 processin interfaceorg.apache.http.HttpResponseInterceptor- Throws:
 org.apache.http.HttpExceptionIOException
 
 - 
 
 -