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

Method name

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

Source from the content-addressed store, hash-verified

40abstract class VirtualHost {
41 // The canonical name of this virtual host.
42 abstract String name();
43
44 // The list of domains (host/authority header) that will be matched to this virtual host.
45 abstract ImmutableList<String> domains();

Callers 1

Calls

no outgoing calls

Tested by 1