Uses of Class
org.eclipse.jetty.client.api.Result
-
Packages that use Result 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 Classesorg.eclipse.jetty.client.http org.eclipse.jetty.client.util Jetty Client : Utility Classesorg.eclipse.jetty.fcgi.client.http org.eclipse.jetty.http2.client.http org.eclipse.jetty.proxy Jetty Proxy : Async Proxy Supportorg.eclipse.jetty.websocket.client Jetty WebSocket Client API -
-
Uses of Result in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client that return Result Modifier and Type Method Description Result
HttpChannel. exchangeTerminating(HttpExchange exchange, Result result)
Result
HttpRedirector. redirect(Request request, Response response)
Redirects the givenresponse
, blocking until the redirect is complete.Result
HttpExchange. terminateRequest()
Result
HttpExchange. terminateResponse()
Methods in org.eclipse.jetty.client with parameters of type Result 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)
Deprecated. -
Uses of Result in org.eclipse.jetty.client.api
Methods in org.eclipse.jetty.client.api with parameters of type 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.default void
Response.Listener. onComplete(Result result)
Constructors in org.eclipse.jetty.client.api with parameters of type Result Constructor Description Result(Result result, java.lang.Throwable responseFailure)
-
Uses of Result in org.eclipse.jetty.client.http
Methods in org.eclipse.jetty.client.http that return Result Modifier and Type Method Description Result
HttpChannelOverHTTP. exchangeTerminating(HttpExchange exchange, Result result)
Methods in org.eclipse.jetty.client.http with parameters of type Result Modifier and Type Method Description void
HttpChannelOverHTTP. exchangeTerminated(HttpExchange exchange, Result result)
Result
HttpChannelOverHTTP. exchangeTerminating(HttpExchange exchange, Result result)
-
Uses of Result in org.eclipse.jetty.client.util
Methods in org.eclipse.jetty.client.util that return 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.Methods in org.eclipse.jetty.client.util with parameters of type Result Modifier and Type Method Description abstract void
BufferingResponseListener. onComplete(Result result)
void
FutureResponseListener. onComplete(Result result)
void
InputStreamResponseListener. onComplete(Result result)
-
Uses of Result in org.eclipse.jetty.fcgi.client.http
Methods in org.eclipse.jetty.fcgi.client.http with parameters of type Result Modifier and Type Method Description void
HttpChannelOverFCGI. exchangeTerminated(HttpExchange exchange, Result result)
-
Uses of Result in org.eclipse.jetty.http2.client.http
Methods in org.eclipse.jetty.http2.client.http with parameters of type Result Modifier and Type Method Description void
HttpChannelOverHTTP2. exchangeTerminated(HttpExchange exchange, Result result)
-
Uses of Result in org.eclipse.jetty.proxy
Methods in org.eclipse.jetty.proxy with parameters of type Result Modifier and Type Method Description void
AsyncMiddleManServlet.ProxyResponseListener. onComplete(Result result)
void
ProxyServlet.ProxyResponseListener. onComplete(Result result)
-
Uses of Result in org.eclipse.jetty.websocket.client
Methods in org.eclipse.jetty.websocket.client with parameters of type Result Modifier and Type Method Description void
WebSocketUpgradeRequest. onComplete(Result result)
-