Uses of Interface
org.springframework.cloud.gateway.support.Configurable
Packages that use Configurable
Package
Description
-
Uses of Configurable in org.springframework.cloud.gateway.filter.factory
Subinterfaces of Configurable in org.springframework.cloud.gateway.filter.factoryClasses in org.springframework.cloud.gateway.filter.factory that implement ConfigurableModifier 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.classclassclassclassclassclassclassclassThis 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.classclassclassclassclassclassclassclassThis 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 request size is more than the permissible size.classclassclassclassclassSave the currentWebSessionbefore executing the rest of theGatewayFilterChain.classhttps://blog.appcanary.com/2017/http-security-headers.html.classclassclassclassclassclassclassclassThis filter removes the first part of the path, known as the prefix, from the request before sending it downstream.class -
Uses of Configurable in org.springframework.cloud.gateway.filter.factory.rewrite
Classes in org.springframework.cloud.gateway.filter.factory.rewrite that implement ConfigurableModifier and TypeClassDescriptionclassGatewayFilter that modifies the request body.classGatewayFilter that modifies the response body. -
Uses of Configurable in org.springframework.cloud.gateway.filter.ratelimit
Subinterfaces of Configurable in org.springframework.cloud.gateway.filter.ratelimitClasses in org.springframework.cloud.gateway.filter.ratelimit that implement ConfigurableModifier and TypeClassDescriptionclassclassSee 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.predicateClasses in org.springframework.cloud.gateway.handler.predicate that implement ConfigurableModifier 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.classclassclass -
Uses of Configurable in org.springframework.cloud.gateway.support
Classes in org.springframework.cloud.gateway.support with type parameters of type ConfigurableModifier and TypeClassDescriptionstatic classConfigurationService.ConfigurableBuilder<T,C extends Configurable<T> & ShortcutConfigurable> Subinterfaces of Configurable in org.springframework.cloud.gateway.supportClasses in org.springframework.cloud.gateway.support that implement ConfigurableModifier and TypeClassDescriptionclassclassMethods in org.springframework.cloud.gateway.support with type parameters of type ConfigurableModifier and TypeMethodDescription<T,C extends Configurable<T> & ShortcutConfigurable>
ConfigurationService.ConfigurableBuilder<T,C> ConfigurationService.with(C configurable)