Class LoggingClientResponseInterceptor

  • All Implemented Interfaces:
    org.apache.http.HttpResponseInterceptor

    public class LoggingClientResponseInterceptor
    extends java.lang.Object
    implements org.apache.http.HttpResponseInterceptor
    • Method Summary

      Modifier and Type Method Description
      void process​(org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LoggingClientResponseInterceptor

        public LoggingClientResponseInterceptor()
    • Method Detail

      • process

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