Package org.springframework.web.server.handler
@NullMarked
package org.springframework.web.server.handler
Provides common webHandler implementations and a
webHandlerDecorator.-
ClassesClassDescriptionDefault implementation of
webFilterChain.webHandler decorator that invokes one or morewebExceptionHandlersafter the delegatewebHandler.HandleResponseStatusExceptionby setting the response status.webHandlerthat decorates and delegates to anotherwebHandler.