| 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.api |
Jetty Client : API Classes
|
| org.eclipse.jetty.client.http | |
| org.eclipse.jetty.client.util |
Jetty Client : Utility Classes
|
| Modifier and Type | Method | Description |
|---|---|---|
Result |
HttpChannel.exchangeTerminating(HttpExchange exchange,
Result result) |
|
Result |
HttpRedirector.redirect(Request request,
Response response) |
Redirects the given
response, blocking until the redirect is complete. |
Result |
HttpExchange.terminateRequest() |
|
Result |
HttpExchange.terminateResponse() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
HttpChannel.exchangeTerminated(HttpExchange exchange,
Result result) |
|
Result |
HttpChannel.exchangeTerminating(HttpExchange exchange,
Result result) |
|
void |
ResponseNotifier.notifyComplete(java.util.List<Response.ResponseListener> listeners,
Result result) |
|
void |
ContinueProtocolHandler.ContinueListener.onComplete(Result result) |
|
void |
RedirectProtocolHandler.onComplete(Result result) |
|
void |
TimeoutCompleteListener.onComplete(Result result) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Response.CompleteListener.onComplete(Result result) |
Callback method invoked when the request and the response have been processed,
either successfully or not.
|
void |
Response.Listener.Adapter.onComplete(Result result) |
| Constructor | Description |
|---|---|
Result(Result result,
java.lang.Throwable responseFailure) |
| Modifier and Type | Method | Description |
|---|---|---|
Result |
HttpChannelOverHTTP.exchangeTerminating(HttpExchange exchange,
Result result) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
HttpChannelOverHTTP.exchangeTerminated(HttpExchange exchange,
Result result) |
|
Result |
HttpChannelOverHTTP.exchangeTerminating(HttpExchange exchange,
Result result) |
| Modifier and Type | Method | Description |
|---|---|---|
Result |
InputStreamResponseListener.await(long timeout,
java.util.concurrent.TimeUnit unit) |
Waits for the given timeout for the whole request/response cycle to be finished,
then returns the corresponding result.
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract void |
BufferingResponseListener.onComplete(Result result) |
|
void |
FutureResponseListener.onComplete(Result result) |
|
void |
InputStreamResponseListener.onComplete(Result result) |
Copyright © 1995–2018 Webtide. All rights reserved.