Uses of Class
io.stargate.sdk.http.domain.ApiResponseHttp
Packages that use ApiResponseHttp
-
Uses of ApiResponseHttp in io.stargate.sdk.http
Methods in io.stargate.sdk.http that return ApiResponseHttpModifier and TypeMethodDescriptionLoadBalancedHttpClient.DELETE(Function<ServiceHttp, String> mapper) Syntaxic sugar.LoadBalancedHttpClient.DELETE(Function<ServiceHttp, String> mapper, String suffix) Syntaxic sugar.RetryHttpClient.DELETE(ServiceHttp sHttp, String url, String token) Helper to build the HTTP request.RetryHttpClient.executeHttp(ServiceHttp sHttp, org.apache.hc.client5.http.classic.methods.HttpUriRequestBase req, boolean mandatory) Execute a request coming from elsewhere.RetryHttpClient.executeHttp(ServiceHttp sHttp, org.apache.hc.core5.http.Method method, String url, String token, String reqBody, String contentType, boolean mandatory) Main Method executing HTTP Request.LoadBalancedHttpClient.GET(Function<ServiceHttp, String> mapper) Execute a GET HTTP Call on a StargateNodeLoadBalancedHttpClient.GET(Function<ServiceHttp, String> mapper, String suffix) Syntax sugar.RetryHttpClient.GET(ServiceHttp sHttp, String url, String token) Helper to build the HTTP request.LoadBalancedHttpClient.HEAD(Function<ServiceHttp, String> mapper) Syntaxic sugar for a HEAD.RetryHttpClient.HEAD(ServiceHttp sHttp, String url, String token) Helper to build the HTTP request.LoadBalancedHttpClient.PATCH(Function<ServiceHttp, String> mapper, String body) Syntaxic sugar.Syntaxic sugar.RetryHttpClient.PATCH(ServiceHttp sHttp, String url, String token, String body) Helper to build the HTTP request.LoadBalancedHttpClient.POST(Function<ServiceHttp, String> mapper) Syntaxic sugar for a HEAD.LoadBalancedHttpClient.POST(Function<ServiceHttp, String> mapper, String body) Syntaxic sugar for a HEAD.Syntaxic sugar.RetryHttpClient.POST(ServiceHttp sHttp, String url, String token) Helper to build the HTTP request.RetryHttpClient.POST(ServiceHttp sHttp, String url, String token, String body) Helper to build the HTTP request.LoadBalancedHttpClient.POST_GRAPHQL(Function<ServiceHttp, String> mapper, String body) Syntaxic sugar for a HEAD.RetryHttpClient.POST_GRAPHQL(ServiceHttp sHttp, String url, String token, String body) Helper to build the HTTP request.LoadBalancedHttpClient.PUT(Function<ServiceHttp, String> mapper, String body) Syntaxic sugar.Syntaxic sugar.RetryHttpClient.PUT(ServiceHttp sHttp, String url, String token, String body) Helper to build the HTTP request.