MCPcopy Create free account
hub / github.com/grpc/grpc-java / routes

Method routes

xds/src/main/java/io/grpc/xds/VirtualHost.java:48–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46
47 // The list of routes that will be matched, in order, for incoming requests.
48 abstract ImmutableList<Route> routes();
49
50 abstract ImmutableMap<String, FilterConfig> filterConfigOverrides();
51

Calls

no outgoing calls