程序包 org.springframework.web.server.handler
Provides common WebHandler implementations and a
WebHandlerDecorator.类概要 类 说明 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.