Uses of Interface
org.springframework.cloud.gateway.support.ShortcutConfigurable
-
-
Uses of ShortcutConfigurable in org.springframework.cloud.gateway.filter
Subinterfaces of ShortcutConfigurable in org.springframework.cloud.gateway.filter Modifier and Type Interface Description interfaceGatewayFilterContract 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 Modifier and Type Class Description classOrderedGatewayFilter -
Uses of ShortcutConfigurable in org.springframework.cloud.gateway.filter.factory
Subinterfaces of ShortcutConfigurable in org.springframework.cloud.gateway.filter.factory Modifier and Type Interface Description interfaceGatewayFilterFactory<C> -
Uses of ShortcutConfigurable in org.springframework.cloud.gateway.filter.factory.rewrite
Classes in org.springframework.cloud.gateway.filter.factory.rewrite that implement ShortcutConfigurable Modifier and Type Class Description classModifyRequestBodyGatewayFilterFactoryGatewayFilter that modifies the request body.classModifyResponseBodyGatewayFilterFactoryGatewayFilter that modifies the response body.classModifyResponseBodyGatewayFilterFactory.ModifyResponseGatewayFilter -
Uses of ShortcutConfigurable in org.springframework.cloud.gateway.handler.predicate
Subinterfaces of ShortcutConfigurable in org.springframework.cloud.gateway.handler.predicate Modifier and Type Interface Description interfaceRoutePredicateFactory<C>Classes in org.springframework.cloud.gateway.handler.predicate that implement ShortcutConfigurable 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 ShortcutConfigurable in org.springframework.cloud.gateway.support
Classes in org.springframework.cloud.gateway.support with type parameters of type ShortcutConfigurable Modifier and Type Class Description static classConfigurationService.ConfigurableBuilder<T,C extends Configurable<T> & ShortcutConfigurable>Methods in org.springframework.cloud.gateway.support with type parameters of type ShortcutConfigurable Modifier and Type Method Description <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 ShortcutConfigurable Modifier and Type Method Description abstract Map<String,Object>ShortcutConfigurable.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)
-