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 WebFilters and a set of
WebExceptionHandlers. |
org.springframework.http.client.reactive reactive HTTP adapter
and HttpHandler.