Uses of Class
io.stargate.sdk.http.ServiceHttp
Packages that use ServiceHttp
-
Uses of ServiceHttp in io.stargate.sdk.http
Methods in io.stargate.sdk.http that return types with arguments of type ServiceHttpMethods in io.stargate.sdk.http with parameters of type ServiceHttpModifier and TypeMethodDescriptionRetryHttpClient.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.RetryHttpClient.GET(ServiceHttp sHttp, String url, String token) Helper to build the HTTP request.RetryHttpClient.HEAD(ServiceHttp sHttp, String url, String token) Helper to build the HTTP request.RetryHttpClient.PATCH(ServiceHttp sHttp, String url, String token, String body) Helper to build the HTTP request.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.RetryHttpClient.POST_GRAPHQL(ServiceHttp sHttp, String url, String token, String body) Helper to build the HTTP request.RetryHttpClient.PUT(ServiceHttp sHttp, String url, String token, String body) Helper to build the HTTP request.Method parameters in io.stargate.sdk.http with type arguments of type ServiceHttpModifier and TypeMethodDescriptionLoadBalancedHttpClient.DELETE(Function<ServiceHttp, String> mapper) Syntaxic sugar.LoadBalancedHttpClient.DELETE(Function<ServiceHttp, String> mapper, String suffix) Syntaxic sugar.LoadBalancedHttpClient.GET(Function<ServiceHttp, String> mapper) Execute a GET HTTP Call on a StargateNodeLoadBalancedHttpClient.GET(Function<ServiceHttp, String> mapper, String suffix) Syntax sugar.LoadBalancedHttpClient.HEAD(Function<ServiceHttp, String> mapper) Syntaxic sugar for a HEAD.LoadBalancedHttpClient.PATCH(Function<ServiceHttp, String> mapper, String body) Syntaxic sugar.Syntaxic sugar.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.LoadBalancedHttpClient.POST_GRAPHQL(Function<ServiceHttp, String> mapper, String body) Syntaxic sugar for a HEAD.LoadBalancedHttpClient.PUT(Function<ServiceHttp, String> mapper, String body) Syntaxic sugar.Syntaxic sugar.Constructor parameters in io.stargate.sdk.http with type arguments of type ServiceHttpModifierConstructorDescriptionComplete configuration. -
Uses of ServiceHttp in io.stargate.sdk.http.audit
Constructors in io.stargate.sdk.http.audit with parameters of type ServiceHttpModifierConstructorDescriptionServiceHttpCallEvent(ServiceHttp service, org.apache.hc.core5.http.ClassicHttpRequest req) Constructor with http request.