Uses of Interface
org.springframework.web.server.ServerWebExchange.Builder
Package
Description
Core interfaces and classes for Spring's generic, reactive web support.
-
Uses of ServerWebExchange.Builder in org.springframework.web.server
Modifier and TypeMethodDescriptiondefault ServerWebExchange.Builder
ServerWebExchange.mutate()
Return a builder to mutate properties of this exchange by wrapping it withServerWebExchangeDecorator
and returning either mutated values or delegating back to this instance.Set theMono<Principal>
to return for this exchange.ServerWebExchange.Builder.request
(Consumer<ServerHttpRequest.Builder> requestBuilderConsumer) Configure a consumer to modify the current request using a builder.ServerWebExchange.Builder.request
(ServerHttpRequest request) Set the request to use especially when there is a need to overrideServerHttpRequest
methods.ServerWebExchange.Builder.response
(ServerHttpResponse response) Set the response to use.