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. |
Modifier and Type | Interface and Description |
---|---|
interface |
ClientCodecConfigurer
Extension of
CodecConfigurer for HTTP message reader and writer
options relevant on the client side. |
interface |
ServerCodecConfigurer
Extension of
CodecConfigurer for HTTP message reader and writer
options relevant on the server side. |
Modifier and Type | Method and Description |
---|---|
CodecConfigurer |
CodecConfigurer.clone()
Create a copy of this
CodecConfigurer . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultClientCodecConfigurer
Default implementation of
ClientCodecConfigurer . |
class |
DefaultServerCodecConfigurer
Default implementation of
ServerCodecConfigurer . |