NameResolvers created by this group.NameResolver that resolves an InetSocketAddress using JDK's built-in domain name lookup mechanism.SimpleNameResolver.isResolved(SocketAddress) to check if the specified address has been resolved
already.SimpleNameResolver.resolve(SocketAddress) and SimpleNameResolver.resolve(String, int) to perform the actual name
resolution.EventExecutor which is used to notify the listeners of the Future returned
by SimpleNameResolver.resolve(SocketAddress).NameResolver associated with the specified EventExecutor.SocketAddress.true if and only if the specified address has been resolved.true if and only if the specified address is supported by this resolved.SocketAddress.NameResolvers so that each EventExecutor has its own resolver instance.NameResolverGroup.getResolver(EventExecutor) to create a new NameResolver.NameResolver that does not perform any resolution but always reports successful resolution.SocketAddress.SocketAddress.NameResolver implementation.Copyright © 2008–2015 The Netty Project. All rights reserved.