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 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 PreDecorationFilter(RouteLocator routeLocator, String dispatcherServletPath, ZuulProperties properties, ProxyRequestHelper proxyRequestHelper)
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.