Uses of Package
org.springframework.cloud.gateway.filter.factory
Packages that use org.springframework.cloud.gateway.filter.factory
Package
Description
TODO: package javadoc.
TODO: package javadoc.
TODO: package javadoc.
-
-
Classes in org.springframework.cloud.gateway.filter.factory used by org.springframework.cloud.gateway.configClassDescriptionAdds one or more headers to the downstream request’s headers without overriding previous values.This 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 size in Content-Length header value is more than the permissible size.Save the current
WebSessionbefore executing the rest of theGatewayFilterChain.GatewayFilterFactory to provide a route filter that applies security headers to the HTTP response.This filter changes the request uri.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.POJO forSecureHeadersGatewayFilterFactoryfilter configuration. -
Classes in org.springframework.cloud.gateway.filter.factory used by org.springframework.cloud.gateway.filter.factory.cacheClassDescriptionThis 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.POJO for
SecureHeadersGatewayFilterFactoryfilter configuration. -