Class AllureHttpClientRequest

java.lang.Object
io.qameta.allure.httpclient.AllureHttpClientRequest
All Implemented Interfaces:
org.apache.http.HttpRequestInterceptor

public class AllureHttpClientRequest extends Object implements org.apache.http.HttpRequestInterceptor
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    AllureHttpClientRequest(io.qameta.allure.attachment.AttachmentRenderer<io.qameta.allure.attachment.AttachmentData> renderer, io.qameta.allure.attachment.AttachmentProcessor<io.qameta.allure.attachment.AttachmentData> processor)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(org.apache.http.HttpRequest request, 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 Details

    • AllureHttpClientRequest

      public AllureHttpClientRequest()
    • AllureHttpClientRequest

      public AllureHttpClientRequest(io.qameta.allure.attachment.AttachmentRenderer<io.qameta.allure.attachment.AttachmentData> renderer, io.qameta.allure.attachment.AttachmentProcessor<io.qameta.allure.attachment.AttachmentData> processor)
  • Method Details

    • process

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