Uses of Class
io.fluxzero.sdk.web.WebRequestSettings
Packages that use WebRequestSettings
-
Uses of WebRequestSettings in io.fluxzero.sdk
Methods in io.fluxzero.sdk with parameters of type WebRequestSettingsModifier and TypeMethodDescriptionstatic CompletableFuture<WebResponse> Fluxzero.sendWebRequest(WebRequest request, WebRequestSettings settings) Sends the given web request using the given request settings and returns a future that completes with the response.static WebResponseFluxzero.sendWebRequestAndWait(WebRequest request, WebRequestSettings settings) Sends the given web request using given request settings and waits for the response synchronously. -
Uses of WebRequestSettings in io.fluxzero.sdk.publishing
Fields in io.fluxzero.sdk.publishing declared as WebRequestSettingsModifier and TypeFieldDescriptionstatic final WebRequestSettingsWebRequestGateway.defaultSettingsDefault request settings used when none are specified explicitly.Methods in io.fluxzero.sdk.publishing with parameters of type WebRequestSettingsModifier and TypeMethodDescriptionDefaultWebRequestGateway.send(WebRequest request, WebRequestSettings settings) WebRequestGateway.send(WebRequest request, WebRequestSettings settings) Sends the given web request using given request settings and returns a future that completes with the response.DefaultWebRequestGateway.sendAndWait(WebRequest request, WebRequestSettings settings) WebRequestGateway.sendAndWait(WebRequest request, WebRequestSettings settings) Sends the given web request using the specified request settings and waits for the response synchronously.