| Package | Description |
|---|---|
| org.springframework.web.reactive.function.client |
Provides a reactive
WebClient
that builds on top of the
org.springframework.http.client.reactive reactive HTTP adapter layer. |
| Modifier and Type | Method and Description |
|---|---|
ExchangeStrategies |
ExchangeStrategies.Builder.build()
Builds the
ExchangeStrategies. |
static ExchangeStrategies |
ExchangeStrategies.withDefaults()
Return a new
ExchangeStrategies with default initialization. |
| Modifier and Type | Method and Description |
|---|---|
static ExchangeFunction |
ExchangeFunctions.create(org.springframework.http.client.reactive.ClientHttpConnector connector,
ExchangeStrategies strategies)
Create a new
ExchangeFunction with the given connector and strategies. |
WebClient.Builder |
WebClient.Builder.exchangeStrategies(ExchangeStrategies strategies)
Configure the
ExchangeStrategies to use. |
reactor.core.publisher.Mono<java.lang.Void> |
ClientRequest.writeTo(org.springframework.http.client.reactive.ClientHttpRequest request,
ExchangeStrategies strategies)
Writes this request to the given
ClientHttpRequest. |