public class FilteringWebHandler extends WebHandlerDecorator
WebFilter instances and then
to the target WebHandler.| Constructor and Description |
|---|
FilteringWebHandler(WebHandler targetHandler,
WebFilter... filters) |
| Modifier and Type | Method and Description |
|---|---|
List<WebFilter> |
getFilters()
Return a read-only list of the configured filters.
|
reactor.core.publisher.Mono<Void> |
handle(ServerWebExchange exchange)
Handle the web server exchange.
|
getDelegate, toStringpublic FilteringWebHandler(WebHandler targetHandler, WebFilter... filters)
public reactor.core.publisher.Mono<Void> handle(ServerWebExchange exchange)
WebHandlerhandle in interface WebHandlerhandle in class WebHandlerDecoratorexchange - the current server exchangeMono<Void> to indicate when request handling is complete