org.springframework.http.client.reactive
reactive HTTP adapter
and HttpHandler
.See: Description
Class | Description |
---|---|
DefaultServerWebExchange |
Default implementation of
ServerWebExchange . |
HttpWebHandlerAdapter |
Default adapter of
WebHandler to the HttpHandler contract. |
WebHttpHandlerBuilder |
Builder for an
HttpHandler that adapts to a target WebHandler
along with a chain of WebFilter s and a set of
WebExceptionHandler s. |
WebHttpHandlerBuilder.AutowiredExceptionHandlersContainer | |
WebHttpHandlerBuilder.AutowiredFiltersContainer |
org.springframework.http.client.reactive
reactive HTTP adapter
and HttpHandler
.