Uses of Class
io.fluxzero.sdk.web.WebRequestSettings
Packages that use WebRequestSettings
Package
Description
-
Uses of WebRequestSettings in io.fluxzero.proxy
Fields in io.fluxzero.proxy declared as WebRequestSettingsModifier and TypeFieldDescriptionprotected static final WebRequestSettingsForwardProxyConsumer.defaultSettingsMethods in io.fluxzero.proxy that return WebRequestSettingsModifier and TypeMethodDescriptionprotected WebRequestSettingsForwardProxyConsumer.getSettings(SerializedMessage request) Methods in io.fluxzero.proxy with parameters of type WebRequestSettingsModifier and TypeMethodDescriptionprotected HttpRequestForwardProxyConsumer.asHttpRequest(SerializedMessage request, URI uri, WebRequestSettings settings) protected voidForwardProxyConsumer.handle(SerializedMessage request, URI uri, WebRequestSettings settings) -
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 TypeMethodDescriptionWebRequestGateway.send(WebRequest request, WebRequestSettings settings) Sends the given web request using given request settings and returns a future that completes with the response.WebRequestGateway.sendAndWait(WebRequest request, WebRequestSettings settings) Sends the given web request using the specified request settings and waits for the response synchronously. -
Uses of WebRequestSettings in io.fluxzero.sdk.web
Methods in io.fluxzero.sdk.web with parameters of type WebRequestSettingsModifier and TypeMethodDescriptionDefaultWebRequestGateway.send(WebRequest request, WebRequestSettings settings) DefaultWebRequestGateway.sendAndWait(WebRequest request, WebRequestSettings settings)