| Interface | Description |
|---|---|
| GatewayFilter |
Contract for interception-style, chained processing of Web requests that may be used to
implement cross-cutting, application-agnostic requirements such as security, timeouts,
and others.
|
| GatewayFilterChain |
Contract to allow a
WebFilter to delegate to the next in the chain. |
| GlobalFilter |
Contract for interception-style, chained processing of Web requests that may be used to
implement cross-cutting, application-agnostic requirements such as security, timeouts,
and others.
|
| Class | Description |
|---|---|
| AdaptCachedBodyGlobalFilter | |
| FilterDefinition | |
| ForwardPathFilter |
Filter to set the path in the request URI if the
Route URI has the scheme
forward. |
| ForwardRoutingFilter | |
| GatewayMetricsFilter | |
| LoadBalancerClientFilter | Deprecated
in favour of
ReactiveLoadBalancerClientFilter |
| NettyRoutingFilter | |
| NettyWriteResponseFilter | |
| OrderedGatewayFilter | |
| ReactiveLoadBalancerClientFilter |
A
GlobalFilter implementation that routes requests using reactive Spring Cloud
LoadBalancer. |
| RemoveCachedBodyFilter | |
| RouteToRequestUrlFilter | |
| WebClientHttpRoutingFilter | |
| WebClientWriteResponseFilter | |
| WebsocketRoutingFilter | |
| WeightCalculatorWebFilter |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.