Package org.springframework.web.server.handler
Provides common WebHandler implementations and a
WebHandlerDecorator.Class Summary Class Description DefaultWebFilterChain Default implementation ofWebFilterChain.ExceptionHandlingWebHandler WebHandler decorator that invokes one or moreWebExceptionHandlersafter the delegateWebHandler.FilteringWebHandler ResponseStatusExceptionHandler HandleResponseStatusExceptionby setting the response status.WebHandlerDecorator WebHandlerthat decorates and delegates to anotherWebHandler.