Uses of Class
com.datastax.astra.internal.api.ApiResponseHttp
Package
Description
Internal technical classes to run commands against the API.
Internal technical classes to execute HTTP requests.
-
Uses of ApiResponseHttp in com.datastax.astra.internal.command
Modifier and TypeMethodDescriptionvoid
ExecutionInfos.DataApiExecutionInfoBuilder.withHttpResponse
(ApiResponseHttp httpResponse) Populate after http call. -
Uses of ApiResponseHttp in com.datastax.astra.internal.http
Modifier and TypeMethodDescriptionRetryHttpClient.executeHttp
(String method, String url, String token, String body, String contentType) Main Method executing HTTP Request.RetryHttpClient.parseHttpResponse
(HttpResponse<String> response) Parse HTTP response as a ApiResponseHttp.Helper to build the HTTP request.