Package | Description |
---|---|
org.springframework.cloud.gateway.handler | |
org.springframework.cloud.gateway.route |
Modifier and Type | Method and Description |
---|---|
protected reactor.core.publisher.Mono<Route> |
RoutePredicateHandlerMapping.lookupRoute(org.springframework.web.server.ServerWebExchange exchange) |
Modifier and Type | Method and Description |
---|---|
protected void |
RoutePredicateHandlerMapping.validateRoute(Route route,
org.springframework.web.server.ServerWebExchange exchange)
Validate the given handler against the current request.
|
Modifier and Type | Method and Description |
---|---|
Route |
Route.AbstractBuilder.build() |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<Route> |
RouteLocator.getRoutes() |
reactor.core.publisher.Flux<Route> |
RouteDefinitionRouteLocator.getRoutes() |
reactor.core.publisher.Flux<Route> |
CompositeRouteLocator.getRoutes() |
reactor.core.publisher.Flux<Route> |
CachingRouteLocator.getRoutes() |
reactor.core.publisher.Flux<Route> |
CachingRouteLocator.refresh()
Clears the routes cache
|
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.