Interface HttpRequestsExecutor

All Known Implementing Classes:
SimpleHttpRequestsExecutor, SpnegoHttpRequestsExecutor

public interface HttpRequestsExecutor
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.http.client.methods.CloseableHttpResponse
    execute(org.apache.http.client.methods.HttpUriRequest request)
     
  • Method Details

    • execute

      org.apache.http.client.methods.CloseableHttpResponse execute(org.apache.http.client.methods.HttpUriRequest request) throws IOException
      Throws:
      IOException