Uses of Class
com.datastax.astra.internal.api.ApiResponseHttp
Packages that use 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
Methods in com.datastax.astra.internal.command with parameters of type ApiResponseHttpModifier and TypeMethodDescriptionvoid
ExecutionInfos.DataApiExecutionInfoBuilder.withHttpResponse
(ApiResponseHttp httpResponse) Populate after http call. -
Uses of ApiResponseHttp in com.datastax.astra.internal.http
Methods in com.datastax.astra.internal.http that return ApiResponseHttpModifier 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.