Uses of Interface
org.springframework.cloud.gateway.filter.factory.GatewayFilterFactory
Packages that use GatewayFilterFactory
Package
Description
TODO: package javadoc.
TODO: package javadoc.
TODO: package javadoc.
-
Uses of GatewayFilterFactory in org.springframework.cloud.gateway.actuate
Fields in org.springframework.cloud.gateway.actuate with type parameters of type GatewayFilterFactoryModifier and TypeFieldDescriptionprotected List<GatewayFilterFactory> AbstractGatewayControllerEndpoint.GatewayFilters -
Uses of GatewayFilterFactory in org.springframework.cloud.gateway.config
Method parameters in org.springframework.cloud.gateway.config with type arguments of type GatewayFilterFactoryModifier and TypeMethodDescriptionGatewayAutoConfiguration.routeDefinitionRouteLocator(GatewayProperties properties, List<GatewayFilterFactory> gatewayFilters, List<RoutePredicateFactory> predicates, RouteDefinitionLocator routeDefinitionLocator, ConfigurationService configurationService) -
Uses of GatewayFilterFactory in org.springframework.cloud.gateway.config.conditional
Subclasses with type arguments of type GatewayFilterFactory in org.springframework.cloud.gateway.config.conditionalMethods in org.springframework.cloud.gateway.config.conditional that return types with arguments of type GatewayFilterFactoryModifier and TypeMethodDescriptionprotected Class<? extends GatewayFilterFactory<?>> OnEnabledFilter.defaultValueClass()Method parameters in org.springframework.cloud.gateway.config.conditional with type arguments of type GatewayFilterFactoryModifier and TypeMethodDescriptionprotected StringOnEnabledFilter.normalizeComponentName(Class<? extends GatewayFilterFactory<?>> filterClass) -
Uses of GatewayFilterFactory in org.springframework.cloud.gateway.filter.factory
Classes in org.springframework.cloud.gateway.filter.factory that implement GatewayFilterFactoryModifier and TypeClassDescriptionclassThis filter changes the request uri byAbstractChangeRequestUriGatewayFilterFactory.determineRequestUri(ServerWebExchange, T)logic.classThis class is BETA and may be subject to change in a future release.classclassclassAdds one or more headers to the downstream request’s headers without overriding previous values.classclassclassclassclassclassThis filter takes a JSON payload, transform it into a protobuf object, send it to a given gRPC channel, and transform the response back to JSON.classclassclassclassclassclassclassclassclassThis filter validates the size of each Request Header in the request, including the key.classThis filter changes the request uri by a request header.classUser Request Rate Limiter filter.classThis filter blocks the request if the size in Content-Length header value is more than the permissible size.classclassclassclassclassclassSave the currentWebSessionbefore executing the rest of theGatewayFilterChain.classGatewayFilterFactory to provide a route filter that applies security headers to the HTTP response.classclassclassclassThis filter changes the request uri.classclassclassclassclassThis filter removes the first part of the path, known as the prefix, from the request before sending it downstream.class -
Uses of GatewayFilterFactory in org.springframework.cloud.gateway.filter.factory.cache
Classes in org.springframework.cloud.gateway.filter.factory.cache that implement GatewayFilterFactoryModifier and TypeClassDescriptionclass -
Uses of GatewayFilterFactory in org.springframework.cloud.gateway.filter.factory.rewrite
Classes in org.springframework.cloud.gateway.filter.factory.rewrite that implement GatewayFilterFactoryModifier and TypeClassDescriptionclassGatewayFilter that modifies the request body.classGatewayFilter that modifies the response body.Methods in org.springframework.cloud.gateway.filter.factory.rewrite with parameters of type GatewayFilterFactoryModifier and TypeMethodDescriptionvoidModifyResponseBodyGatewayFilterFactory.ModifyResponseGatewayFilter.setFactory(GatewayFilterFactory<ModifyResponseBodyGatewayFilterFactory.Config> gatewayFilterFactory) -
Uses of GatewayFilterFactory in org.springframework.cloud.gateway.support
Method parameters in org.springframework.cloud.gateway.support with type arguments of type GatewayFilterFactoryModifier and TypeMethodDescriptionstatic StringNameUtils.normalizeFilterFactoryName(Class<? extends GatewayFilterFactory> clazz) static StringNameUtils.normalizeFilterFactoryNameAsProperty(Class<? extends GatewayFilterFactory> clazz)