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 TypeMethodDescriptionvoidExecutionInfos.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.parseHttpResponse(HttpResponse<String> response) Parse HTTP response as a ApiResponseHttp.