Modifier and Type | Method and Description |
---|---|
RouteLocator |
GatewayAutoConfiguration.routeDefinitionRouteLocator(GatewayProperties properties,
List<GatewayFilterFactory> GatewayFilters,
List<RoutePredicateFactory> predicates,
RouteDefinitionLocator routeDefinitionLocator,
org.springframework.core.convert.ConversionService conversionService) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRoutePredicateFactory<C> |
class |
AfterRoutePredicateFactory |
class |
BeforeRoutePredicateFactory |
class |
BetweenRoutePredicateFactory |
class |
CloudFoundryRouteServiceRoutePredicateFactory
Creates a predicate which indicates if the request is intended for a Cloud Foundry Route Service.
|
class |
CookieRoutePredicateFactory |
class |
HeaderRoutePredicateFactory |
class |
HostRoutePredicateFactory |
class |
MethodRoutePredicateFactory |
class |
PathRoutePredicateFactory |
class |
QueryRoutePredicateFactory |
class |
ReadBodyPredicateFactory
This predicate is BETA and may be subject to change in a future release.
|
class |
RemoteAddrRoutePredicateFactory |
class |
WeightRoutePredicateFactory |
Constructor and Description |
---|
RouteDefinitionRouteLocator(RouteDefinitionLocator routeDefinitionLocator,
List<RoutePredicateFactory> predicates,
List<GatewayFilterFactory> gatewayFilterFactories,
GatewayProperties gatewayProperties,
org.springframework.core.convert.ConversionService conversionService) |
Modifier and Type | Method and Description |
---|---|
static String |
NameUtils.normalizeRoutePredicateName(Class<? extends RoutePredicateFactory> clazz) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.