Example usage for org.apache.http.conn DnsResolver interface-usage

List of usage examples for org.apache.http.conn DnsResolver interface-usage

Introduction

In this page you can find the example usage for org.apache.http.conn DnsResolver interface-usage.

Usage

From source file com.joyent.manta.http.ShufflingDnsResolver.java

/**
 * Implementation {@link DnsResolver} that shuffles the results of a DNS query
 * upon every query, so that we get better distribution of connections to
 * different hosts backed by the same name.
 *
 * @author <a href="https://github.com/dekobon">Elijah Zupancic</a>

From source file com.ksc.http.DelegatingDnsResolver.java

/**
 * Implements the {@link org.apache.http.conn.DnsResolver} interface,
 * taking in a {@link com.ksc.DnsResolver} implementation and executing its
 * {@link com.ksc.DnsResolver#resolve(String)} method to perform the
 * actual DNS resolution.
 */

From source file com.amazonaws.http.DelegatingDnsResolver.java

/**
 * Implements the {@link org.apache.http.conn.DnsResolver} interface,
 * taking in a {@link com.amazonaws.DnsResolver} implementation and executing its
 * {@link com.amazonaws.DnsResolver#resolve(String)} method to perform the
 * actual DNS resolution.
 */

From source file com.helger.httpclient.NonCachingDnsResolver.java

/**
 * A special implementation of {@link DnsResolver} that tries to disable caching
 * of DNS resolution as much as possible.
 *
 * @author Philip Helger
 * @since 8.8.0

From source file org.apache.http.impl.conn.InMemoryDnsResolver.java

/**
 * In-memory {@link DnsResolver} implementation.
 *
 * @since 4.2
 */
public class InMemoryDnsResolver implements DnsResolver {

From source file org.apache.jmeter.protocol.http.control.DNSCacheManager.java

/**
 * This config element provides ability to have flexible control over DNS
 * caching function. Depending on option from @see
 * {@link org.apache.jmeter.protocol.http.gui.DNSCachePanel}, either system or
 * custom resolver can be used. Custom resolver uses dnsjava library, and gives
 * ability to bypass both OS and JVM cache. It allows to use paradigm