Uses of Class
io.vertx.core.dns.DnsResponseCode
-
Packages that use DnsResponseCode Package Description io.vertx.core.dns -
-
Uses of DnsResponseCode in io.vertx.core.dns
Methods in io.vertx.core.dns that return DnsResponseCode Modifier and Type Method Description DnsResponseCode
DnsException. code()
TheDnsResponseCode
which caused thisDnsException
to be created.static DnsResponseCode
DnsResponseCode. valueOf(int responseCode)
Returns theDnsResponseCode
that corresponds with the givenresponseCode
.static DnsResponseCode
DnsResponseCode. valueOf(String name)
Returns 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 Constructor Description DnsException(DnsResponseCode code)
-