Uses of Class
io.fluxcapacitor.javaclient.web.WebRequest
Packages that use WebRequest
Package
Description
-
Uses of WebRequest in io.fluxcapacitor.javaclient.publishing
Methods in io.fluxcapacitor.javaclient.publishing with parameters of type WebRequestModifier and TypeMethodDescriptionDefaultWebRequestGateway.send
(WebRequest request) WebRequestGateway.send
(WebRequest request) Sends the given web request and returns a future that completes with the response.DefaultWebRequestGateway.sendAndForget
(Guarantee guarantee, WebRequest... requests) WebRequestGateway.sendAndForget
(Guarantee guarantee, WebRequest... requests) Sends one or more web requests without waiting for a response.DefaultWebRequestGateway.sendAndWait
(WebRequest request, WebRequestSettings settings) default WebResponse
WebRequestGateway.sendAndWait
(WebRequest request) Sends the given web request and waits for the response synchronously using default request settings.WebRequestGateway.sendAndWait
(WebRequest request, WebRequestSettings settings) Sends the given web request and waits for the response synchronously using the specified request settings. -
Uses of WebRequest in io.fluxcapacitor.javaclient.web
Methods in io.fluxcapacitor.javaclient.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.fluxcapacitor.javaclient.web with parameters of type WebRequestModifier and TypeMethodDescriptionprotected WebResponse
StaticFileHandler.serveStaticFile
(String filePath, WebRequest request) Constructors in io.fluxcapacitor.javaclient.web with parameters of type WebRequest -
Uses of WebRequest in io.fluxcapacitor.proxy
Methods in io.fluxcapacitor.proxy that return WebRequestModifier and TypeMethodDescriptionprotected WebRequest
ProxyRequestHandler.createWebRequest
(io.undertow.server.HttpServerExchange se, byte[] payload) protected WebRequest
ProxyRequestHandler.tryUpgrade
(WebRequest webRequest, io.undertow.server.HttpServerExchange se) Methods in io.fluxcapacitor.proxy with parameters of type WebRequestModifier and TypeMethodDescriptionprotected void
ProxyRequestHandler.handleResponse
(SerializedMessage responseMessage, WebRequest webRequest, io.undertow.server.HttpServerExchange se) protected void
ProxyRequestHandler.sendWebRequest
(io.undertow.server.HttpServerExchange se, WebRequest webRequest) protected WebRequest
ProxyRequestHandler.tryUpgrade
(WebRequest webRequest, io.undertow.server.HttpServerExchange se)