Interface IDatabricksHttpClient

  • All Known Implementing Classes:
    DatabricksHttpClient

    public interface IDatabricksHttpClient
    Http client interface for executing http requests.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.apache.http.client.methods.CloseableHttpResponse execute​(org.apache.http.client.methods.HttpUriRequest request)
      Executes the given http request and returns the response
    • Method Detail

      • execute

        org.apache.http.client.methods.CloseableHttpResponse execute​(org.apache.http.client.methods.HttpUriRequest request)
                                                              throws DatabricksHttpException
        Executes the given http request and returns the response
        Parameters:
        request - underlying http request
        Returns:
        http response
        Throws:
        DatabricksHttpException