Uses of Class
org.springframework.cloud.gateway.route.Route
Packages that use Route
Package
Description
-
Uses of Route in org.springframework.cloud.gateway.filter
Methods in org.springframework.cloud.gateway.filter with parameters of type RouteModifier and TypeMethodDescriptionprotected reactor.netty.http.client.HttpClientNettyRoutingFilter.getHttpClient(Route route, org.springframework.web.server.ServerWebExchange exchange) Creates a new HttpClient with per route timeout configuration. -
Uses of Route in org.springframework.cloud.gateway.handler
Methods in org.springframework.cloud.gateway.handler that return types with arguments of type RouteModifier and TypeMethodDescriptionprotected reactor.core.publisher.Mono<Route>RoutePredicateHandlerMapping.lookupRoute(org.springframework.web.server.ServerWebExchange exchange) Methods in org.springframework.cloud.gateway.handler with parameters of type RouteModifier and TypeMethodDescriptionprotected voidRoutePredicateHandlerMapping.validateRoute(Route route, org.springframework.web.server.ServerWebExchange exchange) Validate the given handler against the current request. -
Uses of Route in org.springframework.cloud.gateway.route
Methods in org.springframework.cloud.gateway.route that return RouteMethods in org.springframework.cloud.gateway.route that return types with arguments of type RouteModifier and TypeMethodDescriptionreactor.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>RouteLocator.getRoutes()reactor.core.publisher.Flux<Route>CachingRouteLocator.refresh()Clears the routes cache. -
Uses of Route in org.springframework.cloud.gateway.route.builder
Methods in org.springframework.cloud.gateway.route.builder that return types with arguments of type RouteModifier and TypeMethodDescriptionSet the URI for the route.Set the URI for the route.Method parameters in org.springframework.cloud.gateway.route.builder with type arguments of type Route