org.springframework.http.client.reactive
reactive HTTP adapter
and HttpHandler
.See: Description
Class | Description |
---|---|
AbstractReactiveWebInitializer |
Base class for a
WebApplicationInitializer
that installs a Spring Reactive Web Application on a Servlet container. |
DefaultServerWebExchange |
Default implementation of
ServerWebExchange . |
ForwardedHeaderTransformer |
Extract values from "Forwarded" and "X-Forwarded-*" headers to override
the request URI (i.e.
|
HttpWebHandlerAdapter |
Default adapter of
WebHandler to the HttpHandler contract. |
WebHttpHandlerBuilder |
This builder has two purposes:
|
WebHttpHandlerBuilder.SpringWebBlockHoundIntegration |
BlockHoundIntegration for spring-web classes. |
org.springframework.http.client.reactive
reactive HTTP adapter
and HttpHandler
.