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. |
org.springframework.web.server.adapter |
Implementations to adapt to the underlying
org.springframework.http.client.reactive reactive HTTP adapter
and HttpHandler . |
Modifier and Type | Method and Description |
---|---|
ServerCodecConfigurer |
ServerCodecConfigurer.clone()
Create a copy of this
CodecConfigurer . |
static ServerCodecConfigurer |
ServerCodecConfigurer.create()
Static factory method for a
ServerCodecConfigurer . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultServerCodecConfigurer
Default implementation of
ServerCodecConfigurer . |
Modifier and Type | Method and Description |
---|---|
ServerCodecConfigurer |
HttpWebHandlerAdapter.getCodecConfigurer()
Return the configured
ServerCodecConfigurer . |
Modifier and Type | Method and Description |
---|---|
WebHttpHandlerBuilder |
WebHttpHandlerBuilder.codecConfigurer(ServerCodecConfigurer codecConfigurer)
Configure the
ServerCodecConfigurer to set on the WebServerExchange . |
void |
HttpWebHandlerAdapter.setCodecConfigurer(ServerCodecConfigurer codecConfigurer)
Configure a custom
ServerCodecConfigurer . |
Constructor and Description |
---|
DefaultServerWebExchange(ServerHttpRequest request,
ServerHttpResponse response,
WebSessionManager sessionManager,
ServerCodecConfigurer codecConfigurer,
LocaleContextResolver localeContextResolver) |