Class DelegatingDnsResolver

java.lang.Object
com.amazonaws.http.DelegatingDnsResolver
All Implemented Interfaces:
org.apache.http.conn.DnsResolver

public class DelegatingDnsResolver extends Object implements org.apache.http.conn.DnsResolver
Implements the DnsResolver interface, taking in a DnsResolver implementation and executing its DnsResolver.resolve(String) method to perform the actual DNS resolution.