Package com.databricks.jdbc.dbclient
Interface IDatabricksHttpClient
-
- All Known Implementing Classes:
DatabricksHttpClient
public interface IDatabricksHttpClientHttp client interface for executing http requests.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcloseExpiredAndIdleConnections()org.apache.http.client.methods.CloseableHttpResponseexecute(org.apache.http.client.methods.HttpUriRequest request)Executes the given http request and returns the response TODO: add error handling
-
-
-
Method Detail
-
execute
org.apache.http.client.methods.CloseableHttpResponse execute(org.apache.http.client.methods.HttpUriRequest request) throws DatabricksHttpExceptionExecutes the given http request and returns the response TODO: add error handling- Parameters:
request- underlying http request- Returns:
- http response
- Throws:
DatabricksHttpException
-
closeExpiredAndIdleConnections
void closeExpiredAndIdleConnections()
-
-