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 of HttpResponseInterceptor interface 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 Details

    • LoggingResponseInterceptor

      public LoggingResponseInterceptor()
  • Method Details

    • process

      public void process(org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context) throws org.apache.http.HttpException, IOException
      Specified by:
      process in interface org.apache.http.HttpResponseInterceptor
      Throws:
      org.apache.http.HttpException
      IOException