All Classes and Interfaces
Class
Description
A skeletal
AddressResolver implementation.Resolves a possibility unresolved
SocketAddress.Creates and manages
NameResolvers so that each EventExecutor has its own resolver instance.A composite
SimpleNameResolver that resolves a host name against a sequence of NameResolvers.Default
HostsFileEntriesResolver that resolves hosts file entries only once.A
InetNameResolver that resolves using JDK's built-in domain name lookup mechanism.A container of hosts file entries.
A container of hosts file entries
Resolves a hostname against the hosts file entries.
A parser for hosts files.
A skeletal
NameResolver implementation that resolves InetAddress.A
AbstractAddressResolver that resolves InetSocketAddress.Resolves an arbitrary string that represents the name of an endpoint into an address.
A
AddressResolver that does not perform any resolution but always reports successful resolution.Defined resolved address types.
A
NameResolver that resolves InetAddress and force Round Robin by choosing a single address
randomly in SimpleNameResolver.resolve(String) and SimpleNameResolver.resolve(String, Promise)
if multiple are returned by the NameResolver.A skeletal
NameResolver implementation.