public class ApplicationRouteLocator extends Object implements org.springframework.cloud.netflix.zuul.filters.RefreshableRouteLocator
| Constructor and Description |
|---|
ApplicationRouteLocator(String servletPath,
ApplicationRegistry registry,
String prefix) |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getIgnoredPaths() |
org.springframework.cloud.netflix.zuul.filters.Route |
getMatchingRoute(String path) |
List<org.springframework.cloud.netflix.zuul.filters.Route> |
getRoutes() |
protected List<org.springframework.cloud.netflix.zuul.filters.Route> |
locateRoutes() |
void |
refresh() |
void |
setProxyEndpoints(String[] proxyEndpoints) |
public ApplicationRouteLocator(String servletPath, ApplicationRegistry registry, String prefix)
protected List<org.springframework.cloud.netflix.zuul.filters.Route> locateRoutes()
public org.springframework.cloud.netflix.zuul.filters.Route getMatchingRoute(String path)
getMatchingRoute in interface org.springframework.cloud.netflix.zuul.filters.RouteLocatorpublic List<org.springframework.cloud.netflix.zuul.filters.Route> getRoutes()
getRoutes in interface org.springframework.cloud.netflix.zuul.filters.RouteLocatorpublic void refresh()
refresh in interface org.springframework.cloud.netflix.zuul.filters.RefreshableRouteLocatorpublic Collection<String> getIgnoredPaths()
getIgnoredPaths in interface org.springframework.cloud.netflix.zuul.filters.RouteLocatorpublic void setProxyEndpoints(String[] proxyEndpoints)
Copyright © 2016 codecentric AG. All rights reserved.