| Package | Description |
|---|---|
| org.eclipse.jetty.client |
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
|
| org.eclipse.jetty.client.api |
| Modifier and Type | Method and Description |
|---|---|
List<Request.Listener> |
HttpClient.getRequestListeners()
Returns a non thread-safe list of
Request.Listeners that can be modified before
performing requests. |
| Modifier and Type | Method and Description |
|---|---|
Request |
HttpRequest.listener(Request.Listener listener) |
| Modifier and Type | Class and Description |
|---|---|
static class |
Request.Listener.Empty
An empty implementation of
Request.Listener |
| Modifier and Type | Method and Description |
|---|---|
Request |
Request.listener(Request.Listener listener) |
Copyright © 1995-2014 Mort Bay Consulting. All Rights Reserved.