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> |
CachingRouteLocator.getRoutes() |
reactor.core.publisher.Flux<Route> |
RouteDefinitionRouteLocator.getRoutes() |
reactor.core.publisher.Flux<Route> |
CompositeRouteLocator.getRoutes() |
reactor.core.publisher.Flux<Route> |
RouteLocator.getRoutes() |
reactor.core.publisher.Flux<Route> |
CachingRouteLocator.refresh()
Clears the routes cache.
|
Modifier and Type | Method and Description |
---|---|
Buildable<Route> |
UriSpec.uri(String uri)
Set the URI for the route.
|
Buildable<Route> |
UriSpec.uri(URI uri)
Set the URI for the route.
|
Modifier and Type | Method and Description |
---|---|
RouteLocatorBuilder.Builder |
RouteLocatorBuilder.Builder.route(Function<PredicateSpec,Buildable<Route>> fn)
Creates a new
Route |
RouteLocatorBuilder.Builder |
RouteLocatorBuilder.Builder.route(String id,
Function<PredicateSpec,Buildable<Route>> fn)
Creates a new
Route |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.