| Package | Description |
|---|---|
| org.codehaus.httpcache4j.auth | |
| org.codehaus.httpcache4j.auth.digest | |
| org.codehaus.httpcache4j.resolver |
| Modifier and Type | Method and Description |
|---|---|
HTTPHost |
ProxyConfiguration.getHost() |
| Modifier and Type | Method and Description |
|---|---|
AuthScheme |
SchemeRegistry.get(HTTPHost host) |
AuthScheme |
DefaultSchemeRegistry.get(HTTPHost host) |
boolean |
SchemeRegistry.matches(HTTPHost host) |
boolean |
DefaultSchemeRegistry.matches(HTTPHost host) |
void |
SchemeRegistry.register(HTTPHost host,
AuthScheme scheme) |
void |
DefaultSchemeRegistry.register(HTTPHost host,
AuthScheme scheme) |
void |
SchemeRegistry.remove(HTTPHost host) |
void |
DefaultSchemeRegistry.remove(HTTPHost host) |
| Constructor and Description |
|---|
ProxyConfiguration(HTTPHost host,
String ignoredHosts,
ChallengeProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
HTTPHost |
Digest.getHost() |
| Constructor and Description |
|---|
Digest(HTTPHost host,
AuthScheme scheme) |
| Modifier and Type | Method and Description |
|---|---|
Map<HTTPHost,Integer> |
ConnectionConfiguration.getConnectionsPerHost() |
| Modifier and Type | Method and Description |
|---|---|
ConnectionConfiguration.Builder |
ConnectionConfiguration.Builder.add(HTTPHost host,
int connections) |
| Constructor and Description |
|---|
ConnectionConfiguration(Optional<Integer> timeout,
Optional<Integer> socketTimeout,
Optional<Integer> connectionRequestTimeout,
Optional<Integer> defaultConnectionsPerHost,
Optional<Integer> maxConnections,
Map<HTTPHost,Integer> connectionsPerHost) |
Copyright © 2008–2017. All rights reserved.