Package org.springframework.web.server.handler
@NonNullApi
@NonNullFields
package org.springframework.web.server.handler
Provides common WebHandler implementations and a
WebHandlerDecorator
.-
ClassDescriptionDefault implementation of
WebFilterChain
.WebHandler decorator that invokes one or moreWebExceptionHandlers
after the delegateWebHandler
.HandleResponseStatusException
by setting the response status.WebHandler
that decorates and delegates to anotherWebHandler
.