| Package | Description |
|---|---|
| org.springframework.web.server.adapter |
Implementations to adapt to the underlying
org.springframework.http.client.reactive reactive HTTP adapter
and HttpHandler. |
| org.springframework.web.server.handler |
Provides common WebHandler implementations and a
WebHandlerDecorator. |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpWebHandlerAdapter
Default adapter of
WebHandler to the HttpHandler contract. |
| Modifier and Type | Class and Description |
|---|---|
class |
ExceptionHandlingWebHandler
WebHandler decorator that invokes one or more
WebExceptionHandlers
after the delegate WebHandler. |
class |
FilteringWebHandler
|