| 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.client.http | |
| org.eclipse.jetty.client.util |
Jetty Client : Utility Classes
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
HttpSender |
HttpSender abstracts the algorithm to send HTTP requests, so that subclasses only implement
the transport-specific code to send requests over the wire, implementing
HttpSender.sendHeaders(HttpExchange, HttpContent, Callback) and
HttpSender.sendContent(HttpExchange, HttpContent, Callback). |
| Modifier and Type | Method | Description |
|---|---|---|
void |
AsyncContentProvider.setListener(AsyncContentProvider.Listener listener) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
HttpSenderOverHTTP |
| Modifier and Type | Method | Description |
|---|---|---|
void |
DeferredContentProvider.setListener(AsyncContentProvider.Listener listener) |
|
void |
MultiPartContentProvider.setListener(AsyncContentProvider.Listener listener) |
|
void |
OutputStreamContentProvider.setListener(AsyncContentProvider.Listener listener) |
Copyright © 1995–2017 Webtide. All rights reserved.