Uses of Package
org.springframework.cloud.gateway.filter.factory
Packages that use org.springframework.cloud.gateway.filter.factory
Package
Description
-
-
Classes in org.springframework.cloud.gateway.filter.factory used by org.springframework.cloud.gateway.configClassDescriptionThis 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.This filter validates the size of each Request Header in the request, including the key.This filter changes the request uri by a request header.User Request Rate Limiter filter.This filter blocks the request, if the request size is more than the permissible size.Save the current
WebSessionbefore executing the rest of theGatewayFilterChain.https://blog.appcanary.com/2017/http-security-headers.html.This filter removes the first part of the path, known as the prefix, from the request before sending it downstream. -
-
Classes in org.springframework.cloud.gateway.filter.factory used by org.springframework.cloud.gateway.filter.factoryClassDescriptionThis filter changes the request uri by
AbstractChangeRequestUriGatewayFilterFactory.determineRequestUri(ServerWebExchange, T)logic.This class is BETA and may be subject to change in a future release. -
Classes in org.springframework.cloud.gateway.filter.factory used by org.springframework.cloud.gateway.filter.factory.rewriteClassDescriptionThis class is BETA and may be subject to change in a future release.
-
Classes in org.springframework.cloud.gateway.filter.factory used by org.springframework.cloud.gateway.route.builderClassDescriptionUser Request Rate Limiter filter.
-