Class LogbookHttpRequestInterceptor

java.lang.Object
org.zalando.logbook.httpclient.LogbookHttpRequestInterceptor
All Implemented Interfaces:
org.apache.http.HttpRequestInterceptor

@API(status=STABLE) public final class LogbookHttpRequestInterceptor extends Object implements org.apache.http.HttpRequestInterceptor
  • Constructor Details

    • LogbookHttpRequestInterceptor

      public LogbookHttpRequestInterceptor(Logbook logbook)
  • Method Details

    • process

      public void process(org.apache.http.HttpRequest httpRequest, org.apache.http.protocol.HttpContext context) throws IOException
      Specified by:
      process in interface org.apache.http.HttpRequestInterceptor
      Throws:
      IOException