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
|
org.eclipse.jetty.fcgi.client.http | |
org.eclipse.jetty.proxy |
Jetty Proxy : Async Proxy Support
|
org.eclipse.jetty.spdy.client.http |
Modifier and Type | Method and Description |
---|---|
Result |
HttpRedirector.redirect(Request request,
Response response)
Redirects the given
response , blocking until the redirect is complete. |
Result |
HttpExchange.terminateRequest(Throwable failure) |
Result |
HttpExchange.terminateResponse(Throwable failure) |
Modifier and Type | Method and Description |
---|---|
void |
HttpChannel.exchangeTerminated(Result result) |
void |
ResponseNotifier.notifyComplete(List<Response.ResponseListener> listeners,
Result result) |
void |
TimeoutCompleteListener.onComplete(Result result) |
void |
RedirectProtocolHandler.onComplete(Result result) |
void |
ContinueProtocolHandler.ContinueListener.onComplete(Result result) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
void |
HttpChannelOverHTTP.exchangeTerminated(Result result) |
Modifier and Type | Method and Description |
---|---|
Result |
InputStreamResponseListener.await(long timeout,
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 and Description |
---|---|
void |
InputStreamResponseListener.onComplete(Result result) |
void |
FutureResponseListener.onComplete(Result result) |
abstract void |
BufferingResponseListener.onComplete(Result result) |
Modifier and Type | Method and Description |
---|---|
void |
HttpChannelOverFCGI.exchangeTerminated(Result result) |
Modifier and Type | Method and Description |
---|---|
void |
ProxyServlet.ProxyResponseListener.onComplete(Result result) |
Modifier and Type | Method and Description |
---|---|
void |
HttpChannelOverSPDY.exchangeTerminated(Result result) |
Copyright © 1995-2015 Webtide. All Rights Reserved.