| Package | Description |
|---|---|
| org.eclipse.jetty.client |
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractConnectionPool |
|
class |
DuplexConnectionPool |
|
class |
LeakTrackingConnectionPool |
|
class |
MultiplexConnectionPool |
|
class |
RoundRobinConnectionPool |
|
class |
ValidatingConnectionPool |
A connection pool that validates connections before
making them available for use.
|
| Modifier and Type | Method | Description |
|---|---|---|
ConnectionPool |
HttpDestination.getConnectionPool() |
|
ConnectionPool |
ConnectionPool.Factory.newConnectionPool(HttpDestination destination) |
Creates a new ConnectionPool for the given destination.
|
protected ConnectionPool |
HttpDestination.newConnectionPool(HttpClient client) |
Copyright © 1995–2017 Webtide. All rights reserved.