Uses of Interface
org.springframework.cloud.gateway.filter.factory.GatewayFilterFactory
Packages that use GatewayFilterFactory
Package
Description
-
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
Methods 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.classclassclassclassclassclassclassclassThis 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.classclassclassclassclassclassclassclassThis 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 request size is more than the permissible size.classclassclassclassclassSave the currentWebSessionbefore executing the rest of theGatewayFilterChain.classhttps://blog.appcanary.com/2017/http-security-headers.html.classclassclassclassclassclassclassclassThis 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.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)