Uses of Class
org.springframework.cloud.gateway.support.AbstractConfigurable
Packages that use AbstractConfigurable
Package
Description
TODO: package javadoc.
TODO: package javadoc.
TODO: package javadoc.
TODO: package javadoc.
TODO: package javadoc.
-
Uses of AbstractConfigurable in org.springframework.cloud.gateway.filter.factory
Subclasses of AbstractConfigurable in org.springframework.cloud.gateway.filter.factoryModifier 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.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 AbstractConfigurable in org.springframework.cloud.gateway.filter.factory.cache
Modifier and TypeClassDescriptionclass -
Uses of AbstractConfigurable in org.springframework.cloud.gateway.filter.factory.rewrite
Modifier and TypeClassDescriptionclassGatewayFilter that modifies the request body.classGatewayFilter that modifies the response body. -
Uses of AbstractConfigurable in org.springframework.cloud.gateway.filter.ratelimit
Subclasses of AbstractConfigurable in org.springframework.cloud.gateway.filter.ratelimitModifier and TypeClassDescriptionclassclassclassSee https://stripe.com/blog/rate-limiters and https://gist.github.com/ptarjan/e38f45f2dfe601419ca3af937fff574d#file-1-check_request_rate_limiter-rb-L11-L34. -
Uses of AbstractConfigurable in org.springframework.cloud.gateway.handler.predicate
Subclasses of AbstractConfigurable in org.springframework.cloud.gateway.handler.predicateModifier and TypeClassDescriptionclassclassclassclassclassCreates a predicate which indicates if the request is intended for a Cloud Foundry Route Service.classclassclassclassclassclassclassPredicate that reads the body and applies a user provided predicate to run on the body.classclassclassclass -
Uses of AbstractConfigurable in org.springframework.cloud.gateway.support
Subclasses of AbstractConfigurable in org.springframework.cloud.gateway.support