Package io.grpc.internal
Enum DnsNameResolver.JdkAddressResolver
java.lang.Object
java.lang.Enum<DnsNameResolver.JdkAddressResolver>
io.grpc.internal.DnsNameResolver.JdkAddressResolver
- All Implemented Interfaces:
DnsNameResolver.AddressResolver
,Serializable
,Comparable<DnsNameResolver.JdkAddressResolver>
- Enclosing class:
DnsNameResolver
private static enum DnsNameResolver.JdkAddressResolver
extends Enum<DnsNameResolver.JdkAddressResolver>
implements DnsNameResolver.AddressResolver
-
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionresolveAddress
(String host) Returns the enum constant of this type with the specified name.static DnsNameResolver.JdkAddressResolver[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
INSTANCE
-
-
Constructor Details
-
JdkAddressResolver
private JdkAddressResolver()
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
resolveAddress
- Specified by:
resolveAddress
in interfaceDnsNameResolver.AddressResolver
- Throws:
UnknownHostException
-