Uses of Interface
org.springframework.cloud.gateway.support.Configurable
-
-
Uses of Configurable in org.springframework.cloud.gateway.filter.factory
Subinterfaces of Configurable in org.springframework.cloud.gateway.filter.factory Modifier and Type Interface Description interfaceGatewayFilterFactory<C> -
Uses of Configurable in org.springframework.cloud.gateway.filter.factory.rewrite
Classes in org.springframework.cloud.gateway.filter.factory.rewrite that implement Configurable Modifier and Type Class Description classModifyRequestBodyGatewayFilterFactoryGatewayFilter that modifies the request body.classModifyResponseBodyGatewayFilterFactoryGatewayFilter that modifies the response body. -
Uses of Configurable in org.springframework.cloud.gateway.filter.ratelimit
Subinterfaces of Configurable in org.springframework.cloud.gateway.filter.ratelimit Modifier and Type Interface Description interfaceRateLimiter<C>Classes in org.springframework.cloud.gateway.filter.ratelimit that implement Configurable 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 Configurable in org.springframework.cloud.gateway.handler.predicate
Subinterfaces of Configurable in org.springframework.cloud.gateway.handler.predicate Modifier and Type Interface Description interfaceRoutePredicateFactory<C>Classes in org.springframework.cloud.gateway.handler.predicate that implement Configurable 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 Configurable in org.springframework.cloud.gateway.support
Classes in org.springframework.cloud.gateway.support with type parameters of type Configurable Modifier and Type Class Description static classConfigurationService.ConfigurableBuilder<T,C extends Configurable<T> & ShortcutConfigurable>Subinterfaces of Configurable in org.springframework.cloud.gateway.support Modifier and Type Interface Description interfaceStatefulConfigurable<C>Classes in org.springframework.cloud.gateway.support that implement Configurable Modifier and Type Class Description classAbstractConfigurable<C>classAbstractStatefulConfigurable<C>Methods in org.springframework.cloud.gateway.support with type parameters of type Configurable Modifier and Type Method Description <T,C extends Configurable<T> & ShortcutConfigurable>
ConfigurationService.ConfigurableBuilder<T,C>ConfigurationService. with(C configurable)
-