Class AllureHttpClientResponse

java.lang.Object
io.qameta.allure.httpclient.AllureHttpClientResponse
All Implemented Interfaces:
org.apache.http.HttpResponseInterceptor

public class AllureHttpClientResponse extends Object implements org.apache.http.HttpResponseInterceptor
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    AllureHttpClientResponse(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.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 Details

    • AllureHttpClientResponse

      public AllureHttpClientResponse()
    • AllureHttpClientResponse

      public AllureHttpClientResponse(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.HttpResponse response, org.apache.http.protocol.HttpContext context) throws IOException
      Specified by:
      process in interface org.apache.http.HttpResponseInterceptor
      Throws:
      IOException