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 and 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 and Description |
---|---|
ConnectionPool |
HttpDestination.getConnectionPool() |
protected ConnectionPool |
HttpDestination.newConnectionPool(HttpClient client) |
ConnectionPool |
ConnectionPool.Factory.newConnectionPool(HttpDestination destination)
Creates a new ConnectionPool for the given destination.
|
Copyright © 1995–2023 Webtide. All rights reserved.