| Package | Description |
|---|---|
| org.eclipse.jetty.client |
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HttpDestination |
| Modifier and Type | Method and Description |
|---|---|
Destination |
HttpClient.getDestination(String scheme,
String host,
int port)
Returns a
Destination for the given scheme, host and port. |
| Modifier and Type | Method and Description |
|---|---|
List<Destination> |
HttpClient.getDestinations() |
Copyright © 1995-2015 Mort Bay Consulting. All Rights Reserved.