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

Method RoutingUtils

xds/src/main/java/io/grpc/xds/RoutingUtils.java:37–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35final class RoutingUtils {
36 // Prevent instantiation.
37 private RoutingUtils() {
38 }
39
40 /**
41 * Returns the {@link VirtualHost} with the best match domain for the given hostname.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected