| Package | Description |
|---|---|
| org.apache.hc.client5.http | |
| org.apache.hc.client5.http.impl | |
| org.apache.hc.client5.http.impl.auth |
Default implementations of standard and common HTTP authentication
schemes.
|
| org.apache.hc.client5.http.impl.io |
Default implementations of client connection management
functions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SystemDefaultDnsResolver
DNS resolver that uses the default OS implementation for resolving host names.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryDnsResolver
In-memory
DnsResolver implementation. |
| Constructor and Description |
|---|
KerberosScheme(DnsResolver dnsResolver,
boolean stripPort,
boolean useCanonicalHostname) |
KerberosSchemeFactory(DnsResolver dnsResolver,
boolean stripPort,
boolean useCanonicalHostname) |
SPNegoScheme(DnsResolver dnsResolver,
boolean stripPort,
boolean useCanonicalHostname) |
SPNegoSchemeFactory(DnsResolver dnsResolver,
boolean stripPort,
boolean useCanonicalHostname) |
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.