Uses of Package
io.netty.resolver
Packages that use io.netty.resolver
Package
Description
The helper classes with fluent API which enable an easy implementation of
typical client side and server side channel initialization.
Package to dynamically replace local / remote
SocketAddress
.Resolves an arbitrary string that represents the name of an endpoint into an address.
An alternative to Java's built-in domain name lookup mechanism that resolves a domain name asynchronously,
which supports the queries of an arbitrary DNS record type as well.
-
Classes in io.netty.resolver used by io.netty.bootstrapClassDescriptionCreates and manages
NameResolver
s so that eachEventExecutor
has its own resolver instance. -
Classes in io.netty.resolver used by io.netty.handler.addressClassDescriptionCreates and manages
NameResolver
s so that eachEventExecutor
has its own resolver instance. -
Classes in io.netty.resolver used by io.netty.resolverClassDescriptionA skeletal
AddressResolver
implementation.Resolves a possibility unresolvedSocketAddress
.Creates and managesNameResolver
s so that eachEventExecutor
has its own resolver instance.A container of hosts file entries.A container of hosts file entriesResolves a hostname against the hosts file entries.A skeletalNameResolver
implementation that resolvesInetAddress
.Resolves an arbitrary string that represents the name of an endpoint into an address.Defined resolved address types.A skeletalNameResolver
implementation. -
Classes in io.netty.resolver used by io.netty.resolver.dnsClassDescriptionResolves a possibility unresolved
SocketAddress
.Creates and managesNameResolver
s so that eachEventExecutor
has its own resolver instance.Resolves a hostname against the hosts file entries.A skeletalNameResolver
implementation that resolvesInetAddress
.Resolves an arbitrary string that represents the name of an endpoint into an address.Defined resolved address types.A skeletalNameResolver
implementation.