public class SendForwardFilter
extends com.netflix.zuul.ZuulFilter
ZuulFilter that forwards requests using the RequestDispatcher.
Forwarding location is located in the RequestContext attribute
FilterConstants.FORWARD_TO_KEY.
Useful for forwarding to endpoints in the current application.| Modifier and Type | Field and Description |
|---|---|
protected static String |
SEND_FORWARD_FILTER_RAN |
| Constructor and Description |
|---|
SendForwardFilter() |
| Modifier and Type | Method and Description |
|---|---|
int |
filterOrder() |
String |
filterType() |
Object |
run() |
boolean |
shouldFilter() |
protected static final String SEND_FORWARD_FILTER_RAN
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.