Uses of Class
org.springframework.cloud.gateway.route.Route
Packages that use Route
Package
Description
TODO: package javadoc.
TODO: package javadoc.
TODO: package javadoc.
-
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.protected reactor.core.publisher.Mono<reactor.netty.http.client.HttpClient> NettyRoutingFilter.getHttpClientMono(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 List<GatewayFilter> FilteringWebHandler.getAllFilters(Route route) protected List<GatewayFilter> FilteringWebHandler.getCombinedFilters(Route route) protected 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
Classes in org.springframework.cloud.gateway.route that implement interfaces with type arguments of type RouteModifier and TypeClassDescriptionstatic classRoute.AbstractBuilder<B extends Route.AbstractBuilder<B>>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> CompositeRouteLocator.getRoutesByMetadata(Map<String, Object> metadata) reactor.core.publisher.Flux<Route> RouteDefinitionRouteLocator.getRoutesByMetadata(Map<String, Object> metadata) Filtering is done viaRouteDefinitioninstead ofRouteto prevent creating Route instances that will be discarded.default reactor.core.publisher.Flux<Route> RouteLocator.getRoutesByMetadata(Map<String, Object> metadata) Gets routes whoseRoute.getId()matches with any of the ids passed by parameters.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