Package | Description |
---|---|
io.vertx.core |
= Vert.x Core Manual
:toc: left
At the heart of Vert.x is a set of Java APIs that we call *Vert.x Core*
https://github.com/eclipse/vert.x[Repository].
|
io.vertx.core.dns |
== DNS client
Often you will find yourself in situations where you need to obtain DNS informations in an asynchronous fashion.
|
io.vertx.core.spi.resolver |
Class and Description |
---|
AddressResolverOptions
Configuration options for Vert.x hostname resolver.
|
DnsClient
Provides a way to asynchronously lookup information from DNS servers.
|
DnsClientOptions
Configuration options for Vert.x DNS client.
|
Class and Description |
---|
AddressResolverOptions
Configuration options for Vert.x hostname resolver.
|
DnsClient
Provides a way to asynchronously lookup information from DNS servers.
|
DnsClientOptions
Configuration options for Vert.x DNS client.
|
DnsResponseCode
Represents the possible response codes a server may send after receiving a
query.
|
MxRecord
Represent a Mail-Exchange-Record (MX) which was resolved for a domain.
|
SrvRecord
Represent a Service-Record (SRV) which was resolved for a domain.
|
Class and Description |
---|
AddressResolverOptions
Configuration options for Vert.x hostname resolver.
|
Copyright © 2018 Eclipse. All rights reserved.