Uses of Interface
org.springframework.cloud.gateway.support.ShortcutConfigurable
Packages that use ShortcutConfigurable
Package
Description
TODO: package javadoc.
TODO: package javadoc.
TODO: package javadoc.
TODO: package javadoc.
TODO: package javadoc.
-
Uses of ShortcutConfigurable in org.springframework.cloud.gateway.filter
Subinterfaces of ShortcutConfigurable in org.springframework.cloud.gateway.filterModifier and TypeInterfaceDescriptioninterfaceContract for interception-style, chained processing of Web requests that may be used to implement cross-cutting, application-agnostic requirements such as security, timeouts, and others.Classes in org.springframework.cloud.gateway.filter that implement ShortcutConfigurable -
Uses of ShortcutConfigurable in org.springframework.cloud.gateway.filter.factory
Subinterfaces of ShortcutConfigurable in org.springframework.cloud.gateway.filter.factoryClasses in org.springframework.cloud.gateway.filter.factory that implement ShortcutConfigurableModifier 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 ShortcutConfigurable in org.springframework.cloud.gateway.filter.factory.cache
Classes in org.springframework.cloud.gateway.filter.factory.cache that implement ShortcutConfigurableModifier and TypeClassDescriptionclassclassLocalResponseCache Gateway Filter that stores HTTP Responses in a cache, so latency and upstream overhead is reduced. -
Uses of ShortcutConfigurable in org.springframework.cloud.gateway.filter.factory.rewrite
Classes in org.springframework.cloud.gateway.filter.factory.rewrite that implement ShortcutConfigurableModifier and TypeClassDescriptionclassGatewayFilter that modifies the request body.classGatewayFilter that modifies the response body.class -
Uses of ShortcutConfigurable in org.springframework.cloud.gateway.handler.predicate
Subinterfaces of ShortcutConfigurable in org.springframework.cloud.gateway.handler.predicateClasses in org.springframework.cloud.gateway.handler.predicate that implement ShortcutConfigurableModifier 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 ShortcutConfigurable in org.springframework.cloud.gateway.support
Classes in org.springframework.cloud.gateway.support with type parameters of type ShortcutConfigurableModifier and TypeClassDescriptionstatic classConfigurationService.ConfigurableBuilder<T, C extends Configurable<T> & ShortcutConfigurable>Methods in org.springframework.cloud.gateway.support with type parameters of type ShortcutConfigurableModifier and TypeMethodDescription<T, C extends Configurable<T> & ShortcutConfigurable>
ConfigurationService.ConfigurableBuilder<T, C> ConfigurationService.with(C configurable) Methods in org.springframework.cloud.gateway.support with parameters of type ShortcutConfigurableModifier and TypeMethodDescriptionShortcutConfigurable.ShortcutType.normalize(Map<String, String> args, ShortcutConfigurable shortcutConf, org.springframework.expression.spel.standard.SpelExpressionParser parser, org.springframework.beans.factory.BeanFactory beanFactory) static StringShortcutConfigurable.normalizeKey(String key, int entryIdx, ShortcutConfigurable argHints, Map<String, String> args)