| Package | Description |
|---|---|
| org.apache.http.client.protocol |
Client specific HTTP protocol handlers.
|
| org.apache.http.impl.client |
Default HTTP client implementation.
|
| Modifier and Type | Method | Description |
|---|---|---|
AuthCache |
HttpClientContext.getAuthCache() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
HttpClientContext.setAuthCache(AuthCache authCache) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
BasicAuthCache |
Default implementation of
AuthCache. |