Package | Description |
---|---|
org.apache.http.client.fluent |
Simple facade APIs for HttpClient based on the concept of
a fluent interface.
|
org.apache.http.client.protocol |
Client specific HTTP protocol handlers.
|
org.apache.http.impl.client |
Default HTTP client implementation.
|
Modifier and Type | Field and Description |
---|---|
private AuthCache |
Executor.authCache |
Modifier and Type | Method and Description |
---|---|
AuthCache |
HttpClientContext.getAuthCache() |
Modifier and Type | Method and Description |
---|---|
private void |
ResponseAuthCache.cache(AuthCache authCache,
org.apache.http.HttpHost host,
AuthScheme authScheme)
Deprecated.
|
void |
HttpClientContext.setAuthCache(AuthCache authCache) |
private void |
ResponseAuthCache.uncache(AuthCache authCache,
org.apache.http.HttpHost host,
AuthScheme authScheme)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicAuthCache
Default implementation of
AuthCache . |