Uses of Interface
org.springframework.web.reactive.function.client.ExchangeStrategies
Packages that use ExchangeStrategies Package Description org.springframework.test.web.reactive.server Support for testing Spring WebFlux server endpoints viaWebTestClient.org.springframework.web.reactive.function.client Provides a reactiveWebClientthat builds on top of theorg.springframework.http.client.reactivereactive HTTP adapter layer.org.springframework.web.reactive.function.client.support Classes supporting theorg.springframework.web.reactive.function.clientpackage.Uses of ExchangeStrategies in org.springframework.test.web.reactive.server
Methods in org.springframework.test.web.reactive.server with parameters of type ExchangeStrategies Modifier and Type Method Description WebTestClient.BuilderWebTestClient.Builder. exchangeStrategies(ExchangeStrategies strategies)Configure theExchangeStrategiesto use.Uses of ExchangeStrategies in org.springframework.web.reactive.function.client
Methods in org.springframework.web.reactive.function.client that return ExchangeStrategies Modifier and Type Method Description ExchangeStrategiesExchangeStrategies.Builder. build()Builds theExchangeStrategies.ExchangeStrategiesClientResponse. 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 ExchangeStrategies Modifier and Type Method Description static 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(HttpStatus 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.BuilderWebClient.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.support
Methods in org.springframework.web.reactive.function.client.support that return ExchangeStrategies Modifier and Type Method Description ExchangeStrategiesClientResponseWrapper. strategies()