Uses of Class
org.springframework.cloud.gateway.filter.factory.AbstractGatewayFilterFactory
Packages that use AbstractGatewayFilterFactory
Package
Description
TODO: package javadoc.
TODO: package javadoc.
TODO: package javadoc.
-
Uses of AbstractGatewayFilterFactory in org.springframework.cloud.gateway.filter.factory
Modifier and TypeClassDescriptionclassThis filter changes the request uri byAbstractChangeRequestUriGatewayFilterFactory.determineRequestUri(ServerWebExchange, T)logic.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 AbstractGatewayFilterFactory in org.springframework.cloud.gateway.filter.factory.cache
Subclasses of AbstractGatewayFilterFactory in org.springframework.cloud.gateway.filter.factory.cacheModifier and TypeClassDescriptionclass -
Uses of AbstractGatewayFilterFactory in org.springframework.cloud.gateway.filter.factory.rewrite
Subclasses of AbstractGatewayFilterFactory in org.springframework.cloud.gateway.filter.factory.rewriteModifier and TypeClassDescriptionclassGatewayFilter that modifies the request body.classGatewayFilter that modifies the response body.