Uses of Interface
org.springframework.web.reactive.function.client.ExchangeStrategies
Packages that use ExchangeStrategies
Package
Description
Support for testing Spring WebFlux server endpoints via
 
WebTestClient.Provides a reactive 
WebClient
 that builds on top of the
 org.springframework.http.client.reactive reactive HTTP adapter layer.Classes supporting the 
org.springframework.web.reactive.function.client package.- 
Uses of ExchangeStrategies in org.springframework.test.web.reactive.serverMethods in org.springframework.test.web.reactive.server with parameters of type ExchangeStrategiesModifier and TypeMethodDescriptionWebTestClient.Builder.exchangeStrategies(ExchangeStrategies strategies) Configure theExchangeStrategiesto use.
- 
Uses of ExchangeStrategies in org.springframework.web.reactive.function.clientMethods in org.springframework.web.reactive.function.client that return ExchangeStrategiesModifier and TypeMethodDescriptionExchangeStrategies.Builder.build()Builds theExchangeStrategies.ClientResponse.strategies()Return the strategies used to convert the body of this response.static ExchangeStrategiesExchangeStrategies.withDefaults()Return anExchangeStrategiesinstance with default configuration provided byClientCodecConfigurer.Methods in org.springframework.web.reactive.function.client with parameters of type ExchangeStrategiesModifier and TypeMethodDescriptionstatic ClientResponse.BuilderClientResponse.create(int statusCode, ExchangeStrategies strategies) Create a response builder with the given raw status code and strategies for reading the body.static ClientResponse.BuilderClientResponse.create(HttpStatusCode statusCode, ExchangeStrategies strategies) Create a response builder with the given status code and strategies for reading the body.static ExchangeFunctionExchangeFunctions.create(ClientHttpConnector connector, ExchangeStrategies strategies) Create anExchangeFunctionwith the givenClientHttpConnectorandExchangeStrategies.WebClient.Builder.exchangeStrategies(ExchangeStrategies strategies) Configure theExchangeStrategiesto use.reactor.core.publisher.Mono<Void>ClientRequest.writeTo(ClientHttpRequest request, ExchangeStrategies strategies) Write this request to the givenClientHttpRequest.
- 
Uses of ExchangeStrategies in org.springframework.web.reactive.function.client.supportMethods in org.springframework.web.reactive.function.client.support that return ExchangeStrategies