Uses of Class
io.fluxzero.sdk.web.WebRequest
Packages that use WebRequest
Package
Description
-
Uses of WebRequest in io.fluxzero.proxy
Methods in io.fluxzero.proxy that return WebRequestModifier and TypeMethodDescriptionprotected WebRequestProxyRequestHandler.createWebRequest(io.undertow.server.HttpServerExchange se, byte[] payload) protected WebRequestProxyRequestHandler.tryUpgrade(WebRequest webRequest, io.undertow.server.HttpServerExchange se) Methods in io.fluxzero.proxy with parameters of type WebRequestModifier and TypeMethodDescriptionprotected voidProxyRequestHandler.doSendWebRequest(io.undertow.server.HttpServerExchange se, WebRequest webRequest) protected voidProxyRequestHandler.handleResponse(SerializedMessage responseMessage, WebRequest webRequest, io.undertow.server.HttpServerExchange se) NamespaceSelector.select(WebRequest webRequest) Extracts and decodes the namespace value from the given web request.protected voidProxyRequestHandler.sendWebRequest(io.undertow.server.HttpServerExchange se, WebRequest webRequest) protected WebRequestProxyRequestHandler.tryUpgrade(WebRequest webRequest, io.undertow.server.HttpServerExchange se) -
Uses of WebRequest in io.fluxzero.sdk
Methods in io.fluxzero.sdk with parameters of type WebRequestModifier and TypeMethodDescriptionstatic CompletableFuture<WebResponse> Fluxzero.sendWebRequest(WebRequest request) Sends the given web request using default request settings and returns a future that completes with the response.static 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) Sends the given web request using default request settings and waits for the response synchronously.static WebResponseFluxzero.sendWebRequestAndWait(WebRequest request, WebRequestSettings settings) Sends the given web request using given request settings and waits for the response synchronously. -
Uses of WebRequest in io.fluxzero.sdk.publishing
Methods in io.fluxzero.sdk.publishing with parameters of type WebRequestModifier and TypeMethodDescriptiondefault CompletableFuture<WebResponse> WebRequestGateway.send(WebRequest request) Sends the given web request using default request settings and returns a future that completes with the response.WebRequestGateway.send(WebRequest request, WebRequestSettings settings) Sends the given web request using given request settings and returns a future that completes with the response.WebRequestGateway.sendAndForget(Guarantee guarantee, WebRequest... requests) Sends one or more web requests without waiting for a response.default WebResponseWebRequestGateway.sendAndWait(WebRequest request) Sends the given web request using default request settings and waits for the response synchronously.WebRequestGateway.sendAndWait(WebRequest request, WebRequestSettings settings) Sends the given web request using the specified request settings and waits for the response synchronously. -
Uses of WebRequest in io.fluxzero.sdk.web
Methods in io.fluxzero.sdk.web that return WebRequestModifier and TypeMethodDescriptionWebRequest.addMetadata(Metadata metadata) WebRequest.addMetadata(Object... keyValues) WebRequest.addMetadata(String key, Object value) WebRequest.addMetadata(Map<String, ?> values) WebRequest.Builder.build()WebRequest.withMessageId(String messageId) WebRequest.withMetadata(Metadata metadata) WebRequest.withPayload(Object payload) WebRequest.withTimestamp(Instant timestamp) Methods in io.fluxzero.sdk.web with parameters of type WebRequestModifier and TypeMethodDescriptionDefaultWebRequestGateway.send(WebRequest request, WebRequestSettings settings) DefaultWebRequestGateway.sendAndForget(Guarantee guarantee, WebRequest... requests) DefaultWebRequestGateway.sendAndWait(WebRequest request, WebRequestSettings settings) protected WebResponseStaticFileHandler.serveStaticFile(String filePath, WebRequest request) Constructors in io.fluxzero.sdk.web with parameters of type WebRequest