Package | Description |
---|---|
org.springframework.http.codec |
Provides implementations of
Encoder
and Decoder for web use. |
Modifier and Type | Interface and Description |
---|---|
static interface |
ClientCodecConfigurer.ClientDefaultCodecs
Extension of
DefaultCodecs with extra client options. |
static interface |
ServerCodecConfigurer.ServerDefaultCodecs
Extension of
DefaultCodecs with extra server options. |
Modifier and Type | Method and Description |
---|---|
CodecConfigurer.DefaultCodecs |
CodecConfigurer.defaultCodecs()
Configure or customize the default HTTP message readers and writers.
|