Class CompositeInetNameResolver

All Implemented Interfaces:
NameResolver<InetAddress>, Closeable, AutoCloseable

public final class CompositeInetNameResolver extends InetNameResolver
A composite AddressResolver that resolves a host name against a sequence of AddressResolvers

In case of a failure, only the last one will be reported

Has a 2 second timeout before greedily starting the next available resolver

Starts at the first resolver to return success from the last query within 120 minutes

Author:
The Netty Team, gmt2001