Package | Description |
---|---|
org.springframework.web.reactive.handler |
Provides HandlerMapping implementations including abstract base classes.
|
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 . |
Class and Description |
---|
ResponseStatusExceptionHandler
Handle
ResponseStatusException by setting the response status. |
Class and Description |
---|
WebHandlerDecorator
WebHandler that decorates and delegates to another WebHandler . |
Class and Description |
---|
WebHandlerDecorator
WebHandler that decorates and delegates to another WebHandler . |