| Class | Description |
|---|---|
| ConnectionPoolCleaner |
Class that is responsible to cleanup connections based on a policy
For e.g.
|
| MonitoredConnectionManager |
A connection manager that uses
NamedConnectionPool, which provides
connection reuse statistics, as its underlying connection pool. |
| NamedConnectionPool |
A connection pool that provides Servo counters to monitor the efficiency.
|
| NFHttpClient |
Netflix extension of Apache 4.0 HttpClient
Just so we can wrap around some features.
|
| NFHttpClientConstants | |
| NFHttpClientFactory |
Factory class to get an instance of NFHttpClient
|
| NFHttpMethodRetryHandler |