Uses of Class
org.springframework.cloud.gateway.support.AbstractConfigurable
-
-
Uses of AbstractConfigurable in org.springframework.cloud.gateway.filter.factory
-
Uses of AbstractConfigurable in org.springframework.cloud.gateway.filter.factory.rewrite
Subclasses of AbstractConfigurable in org.springframework.cloud.gateway.filter.factory.rewrite Modifier and Type Class Description classModifyRequestBodyGatewayFilterFactoryGatewayFilter that modifies the request body.classModifyResponseBodyGatewayFilterFactoryGatewayFilter that modifies the response body. -
Uses of AbstractConfigurable in org.springframework.cloud.gateway.filter.ratelimit
Subclasses of AbstractConfigurable in org.springframework.cloud.gateway.filter.ratelimit Modifier and Type Class Description classAbstractRateLimiter<C>classRedisRateLimiterSee 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.predicate Modifier and Type Class Description classAbstractRoutePredicateFactory<C>classAfterRoutePredicateFactoryclassBeforeRoutePredicateFactoryclassBetweenRoutePredicateFactoryclassCloudFoundryRouteServiceRoutePredicateFactoryCreates a predicate which indicates if the request is intended for a Cloud Foundry Route Service.classCookieRoutePredicateFactoryclassHeaderRoutePredicateFactoryclassHostRoutePredicateFactoryclassMethodRoutePredicateFactoryclassPathRoutePredicateFactoryclassQueryRoutePredicateFactoryclassReadBodyRoutePredicateFactoryPredicate that reads the body and applies a user provided predicate to run on the body.classRemoteAddrRoutePredicateFactoryclassWeightRoutePredicateFactoryclassXForwardedRemoteAddrRoutePredicateFactory -
Uses of AbstractConfigurable in org.springframework.cloud.gateway.support
Subclasses of AbstractConfigurable in org.springframework.cloud.gateway.support Modifier and Type Class Description classAbstractStatefulConfigurable<C>
-