public interface GatewayFilter extends ShortcutConfigurable
ShortcutConfigurable.GatewayEvaluationContext, ShortcutConfigurable.RestrictivePropertyAccessor, ShortcutConfigurable.ShortcutType| Modifier and Type | Field and Description |
|---|---|
static String |
NAME_KEY
Name key.
|
static String |
VALUE_KEY
Value key.
|
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<Void> |
filter(org.springframework.web.server.ServerWebExchange exchange,
GatewayFilterChain chain)
Process the Web request and (optionally) delegate to the next
WebFilter
through the given GatewayFilterChain. |
getValue, normalizeKey, shortcutFieldOrder, shortcutFieldPrefix, shortcutTypestatic final String NAME_KEY
static final String VALUE_KEY
reactor.core.publisher.Mono<Void> filter(org.springframework.web.server.ServerWebExchange exchange, GatewayFilterChain chain)
WebFilter
through the given GatewayFilterChain.exchange - the current server exchangechain - provides a way to delegate to the next filterMono<Void> to indicate when request processing is completeCopyright © 2022 Pivotal Software, Inc.. All rights reserved.