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

Method domains

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

Source from the content-addressed store, hash-verified

43
44 // The list of domains (host/authority header) that will be matched to this virtual host.
45 abstract ImmutableList<String> domains();
46
47 // The list of routes that will be matched, in order, for incoming requests.
48 abstract ImmutableList<Route> routes();

Callers 2

Calls

no outgoing calls

Tested by 1