| Package | Description |
|---|---|
| org.springframework.http.codec |
Provides implementations of
Encoder
and Decoder for web use. |
| 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 |
|---|---|
static ServerCodecConfigurer |
ServerCodecConfigurer.create()
Creates a new instance of the
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) |