| Package | Description |
|---|---|
| org.springframework.cloud.gateway.filter | |
| org.springframework.cloud.gateway.handler | |
| org.springframework.cloud.gateway.route |
| Modifier and Type | Method and Description |
|---|---|
protected reactor.netty.http.client.HttpClient |
NettyRoutingFilter.getHttpClient(Route route,
org.springframework.web.server.ServerWebExchange exchange)
Creates a new HttpClient with per route timeout configuration.
|
| 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> |
CachingRouteLocator.getRoutes() |
reactor.core.publisher.Flux<Route> |
CompositeRouteLocator.getRoutes() |
reactor.core.publisher.Flux<Route> |
RouteDefinitionRouteLocator.getRoutes() |
reactor.core.publisher.Flux<Route> |
CachingRouteLocator.refresh()
Clears the routes cache.
|
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.