public class FilteringWebHandler extends Object implements org.springframework.web.server.WebHandler
GlobalFilter
instances and
GatewayFilterFactory
instances then to the target WebHandler
.Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
logger |
Constructor and Description |
---|
FilteringWebHandler(List<GlobalFilter> globalFilters) |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<Void> |
handle(org.springframework.web.server.ServerWebExchange exchange) |
public FilteringWebHandler(List<GlobalFilter> globalFilters)
public reactor.core.publisher.Mono<Void> handle(org.springframework.web.server.ServerWebExchange exchange)
handle
in interface org.springframework.web.server.WebHandler
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.