Uses of Class
org.springframework.web.server.handler.WebHandlerDecorator
Package
Description
Implementations to adapt to the underlying
org.springframework.http.client.reactive
reactive HTTP adapter
and HttpHandler
.Provides common WebHandler implementations and a
WebHandlerDecorator
.-
Uses of WebHandlerDecorator in org.springframework.web.server.adapter
Modifier and TypeClassDescriptionclass
Default adapter ofWebHandler
to theHttpHandler
contract. -
Uses of WebHandlerDecorator in org.springframework.web.server.handler
Modifier and TypeClassDescriptionclass
WebHandler decorator that invokes one or moreWebExceptionHandlers
after the delegateWebHandler
.class