Class HttpUtil
java.lang.Object
com.databricks.jdbc.common.util.HttpUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisSuccessfulHttpResponse(org.apache.http.client.methods.CloseableHttpResponse response) Check if the HTTP response is successful
-
Constructor Details
-
HttpUtil
public HttpUtil()
-
-
Method Details
-
isSuccessfulHttpResponse
public static boolean isSuccessfulHttpResponse(org.apache.http.client.methods.CloseableHttpResponse response) Check if the HTTP response is successful
-