Package | Description |
---|---|
io.vertx.core.dns |
Modifier and Type | Method and Description |
---|---|
DnsResponseCode |
DnsException.code()
The
DnsResponseCode which caused this DnsException to be created. |
static DnsResponseCode |
DnsResponseCode.valueOf(int responseCode)
Returns the
DnsResponseCode that corresponds with the given
responseCode . |
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.
|
Constructor and Description |
---|
DnsException(DnsResponseCode code) |
Copyright © 2021 Eclipse. All rights reserved.