Package | Description |
---|---|
org.apache.http.impl.conn |
Default implementations for interfaces in
org.apache.http.impl.conn and related classes. |
Modifier and Type | Class and Description |
---|---|
class |
InMemoryDnsResolver
In-memory DNS resolver implementation.
|
class |
SystemDefaultDnsResolver
DNS resolver that uses the default OS implementation for resolving host names.
|
Modifier and Type | Field and Description |
---|---|
protected DnsResolver |
DefaultClientConnectionOperator.dnsResolver
the custom-configured DNS lookup mechanism.
|
Constructor and Description |
---|
DefaultClientConnectionOperator(SchemeRegistry schemes,
DnsResolver dnsResolver)
Creates a new client connection operator for the given scheme registry
and the given custom DNS lookup mechanism.
|
PoolingClientConnectionManager(SchemeRegistry schreg,
DnsResolver dnsResolver) |
PoolingClientConnectionManager(SchemeRegistry schemeRegistry,
long timeToLive,
TimeUnit tunit,
DnsResolver dnsResolver) |
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.