public class PreDecorationFilter
extends com.netflix.zuul.ZuulFilter
ZuulFilter
that determines where and how to route based on the supplied
RouteLocator
. Also sets various proxy related headers for downstream requests.Modifier and Type | Field and Description |
---|---|
static Pattern |
DOUBLE_SLASH
A double slash pattern.
|
static int |
FILTER_ORDER
Deprecated.
|
Constructor and Description |
---|
PreDecorationFilter(RouteLocator routeLocator,
String dispatcherServletPath,
ZuulProperties properties,
ProxyRequestHelper proxyRequestHelper) |
Modifier and Type | Method and Description |
---|---|
int |
filterOrder() |
String |
filterType() |
Object |
run() |
boolean |
shouldFilter() |
@Deprecated public static final int FILTER_ORDER
FilterConstants.PRE_DECORATION_FILTER_ORDER
public static final Pattern DOUBLE_SLASH
public PreDecorationFilter(RouteLocator routeLocator, String dispatcherServletPath, ZuulProperties properties, ProxyRequestHelper proxyRequestHelper)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.