Uses of Enum
io.vertx.core.dns.DnsResponseCode
Packages that use DnsResponseCode
-
Uses of DnsResponseCode in io.vertx.core.dns
Subclasses with type arguments of type DnsResponseCode in io.vertx.core.dnsModifier and TypeClassDescriptionenumRepresents the possible response codes a server may send after receiving a query.Methods in io.vertx.core.dns that return DnsResponseCodeModifier and TypeMethodDescriptionDnsException.code()TheDnsResponseCodewhich caused thisDnsExceptionto be created.static DnsResponseCodeDnsResponseCode.valueOf(int responseCode) Returns theDnsResponseCodethat corresponds with the givenresponseCode.static DnsResponseCodeReturns the enum constant of this type with the specified name.static DnsResponseCode[]DnsResponseCode.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.vertx.core.dns with parameters of type DnsResponseCode