| 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.
|
| org.eclipse.jetty.util |
Jetty Util : Common Utility Classes
|
| Modifier and Type | Method and Description |
|---|---|
SocketAddressResolver |
HttpClient.getSocketAddressResolver() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpClient.setSocketAddressResolver(SocketAddressResolver resolver) |
| Modifier and Type | Class and Description |
|---|---|
static class |
SocketAddressResolver.Async
Creates
SocketAddress instances asynchronously in a different thread. |
static class |
SocketAddressResolver.Sync
Creates
SocketAddress instances synchronously in the caller thread. |
Copyright © 1995-2016 Webtide. All Rights Reserved.