| Package | Description |
|---|---|
| org.springframework.http.codec | |
| org.springframework.http.codec.support |
Provides implementations of
ClientCodecConfigurer
and ServerCodecConfigurer based on the converter
implementations from org.springframework.http.codec.json and co. |
| 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 |
|---|---|
static ClientCodecConfigurer |
ClientCodecConfigurer.create()
Static factory method for a
ClientCodecConfigurer. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultClientCodecConfigurer
Default implementation of
ClientCodecConfigurer. |
| Modifier and Type | Method and Description |
|---|---|
ExchangeStrategies.Builder |
ExchangeStrategies.Builder.codecs(Consumer<ClientCodecConfigurer> consumer)
Customize the list of client-side HTTP message readers and writers.
|