Uses of Class
org.springframework.cloud.gateway.filter.factory.AbstractGatewayFilterFactory
Packages that use AbstractGatewayFilterFactory
Package
Description
-
Uses of AbstractGatewayFilterFactory in org.springframework.cloud.gateway.filter.factory
Modifier and TypeClassDescriptionclassThis filter changes the request uri byAbstractChangeRequestUriGatewayFilterFactory.determineRequestUri(ServerWebExchange, T)logic.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 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.