mirror of https://github.com/grpc/grpc-java.git
- NameResolverRegistry contains all the official NameResolvers. Users can also add custom NameResolvers to it. It looks up NameResolver by try-and-fail. It is the default NameResolver.Factory for builders. DnsNameResolver. - Pass target as Strings instead of URIs from the channel builder to ManagedChannelImpl. A target string is not necessarily a valid URI, in which case ManagedChannelImpl will add "dns:///" to the beginning of the target and use it as URI. - DnsNameResolver will require scheme "dns" to be present. It no longer allows scheme-absent URIs. |
||
|---|---|---|
| .. | ||
| src | ||
| build.gradle | ||