Package org.eclipse.jetty.client
Interface ConnectionPool.Factory
-
- Enclosing interface:
- ConnectionPool
@Deprecated(since="2021-05-27") public static interface ConnectionPool.Factory
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.Factory for ConnectionPool instances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ConnectionPool
newConnectionPool(HttpDestination destination)
Deprecated.Creates a new ConnectionPool for the given destination.
-
-
-
Method Detail
-
newConnectionPool
ConnectionPool newConnectionPool(HttpDestination destination)
Deprecated.Creates a new ConnectionPool for the given destination.- Parameters:
destination
- the destination to create the ConnectionPool for- Returns:
- the newly created ConnectionPool
-
-