Package | Description |
---|---|
net.oauth.client.httpclient3 |
Classes that integrate the Apache Commons HTTP Client version 3 with the OAuth library.
|
Modifier and Type | Class and Description |
---|---|
private static class |
HttpClient3.SingleClient
A pool that simply shares a single HttpClient, as recommended here.
|
Modifier and Type | Field and Description |
---|---|
private HttpClientPool |
HttpClient3.clientPool |
private static HttpClientPool |
HttpClient3.SHARED_CLIENT |
Constructor and Description |
---|
HttpClient3(HttpClientPool clientPool) |