Package | Description |
---|---|
org.springframework.http.codec |
Provides implementations of
Encoder
and Decoder for web use. |
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
Helps to configure a list of client-side HTTP message readers and writers
with support for built-in defaults and options to register additional custom
readers and writers via
customCodecs() . |
interface |
ServerCodecConfigurer
Helps to configure a list of server-side HTTP message readers and writers
with support for built-in defaults and options to register additional custom
readers and writers via
customCodecs() . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultClientCodecConfigurer
Default implementation of
ClientCodecConfigurer . |
class |
DefaultServerCodecConfigurer
Default implementation of
ServerCodecConfigurer . |