Class ToXMLDocumentResponseHandler

java.lang.Object
org.apache.hc.client5.http.impl.classic.AbstractHttpClientResponseHandler<Document>
org.owasp.dependencycheck.utils.ToXMLDocumentResponseHandler
All Implemented Interfaces:
org.apache.hc.core5.http.io.HttpClientResponseHandler<Document>

public class ToXMLDocumentResponseHandler extends org.apache.hc.client5.http.impl.classic.AbstractHttpClientResponseHandler<Document>
  • Constructor Details

    • ToXMLDocumentResponseHandler

      public ToXMLDocumentResponseHandler()
  • Method Details

    • handleEntity

      public Document handleEntity(org.apache.hc.core5.http.HttpEntity entity) throws IOException
      Specified by:
      handleEntity in class org.apache.hc.client5.http.impl.classic.AbstractHttpClientResponseHandler<Document>
      Throws:
      IOException