| Class | Description |
|---|---|
| HttpClient4Client |
Implementation of
Client using Apache HTTP Components HttpClient. |
| HttpClient4ClientFactory |
An implementation of
ClientFactory that creates a single Apache HTTP Components DefaultHttpClient
instance using a PoolingClientConnectionManager to provide pooling and thread safety, and returns this
wrapped in a HttpClient4Client instance in response to all requests tp HttpClient4ClientFactory.getClient(Account). |
| HttpClient4ClientFactoryBuilder |
Constructs a configured
HttpClient4ClientFactory. |
Copyright © 2014. All Rights Reserved.