Uses of Package
io.netty.resolver

Packages that use io.netty.resolver
Package
Description
io.netty.bootstrap
The helper classes with fluent API which enable an easy implementation of typical client side and server side channel initialization.
io.netty.handler.address
Package to dynamically replace local / remote SocketAddress.
io.netty.resolver
Resolves an arbitrary string that represents the name of an endpoint into an address.
io.netty.resolver.dns
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.