Uses of Class
org.eclipse.jetty.client.Result
Packages that use Result
Package
Description
Jetty Proxy : Async Proxy Support
-
Uses of Result in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client that return ResultModifier and TypeMethodDescriptionWaits for the given timeout for the whole request/response cycle to be finished, then returns the corresponding result.Redirects the givenresponse
, blocking until the redirect is complete.Methods in org.eclipse.jetty.client with parameters of type ResultModifier and TypeMethodDescriptionabstract void
BufferingResponseListener.onComplete
(Result result) void
CompletableResponseListener.onComplete
(Result result) void
ContinueProtocolHandler.ContinueListener.onComplete
(Result result) void
FutureResponseListener.onComplete
(Result result) Deprecated.void
InputStreamResponseListener.onComplete
(Result result) void
PathResponseListener.onComplete
(Result result) void
RedirectProtocolHandler.onComplete
(Result result) 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 with parameters of type Result -
Uses of Result in org.eclipse.jetty.client.transport
Methods in org.eclipse.jetty.client.transport that return ResultModifier and TypeMethodDescriptionHttpChannel.exchangeTerminating
(HttpExchange exchange, Result result) HttpExchange.terminateRequest()
HttpExchange.terminateResponse()
Methods in org.eclipse.jetty.client.transport with parameters of type ResultModifier and TypeMethodDescriptionvoid
ResponseListeners.emitFailureComplete
(Result result) void
ResponseListeners.emitSuccessComplete
(Result result) void
HttpChannel.exchangeTerminated
(HttpExchange exchange, Result result) HttpChannel.exchangeTerminating
(HttpExchange exchange, Result result) void
ResponseListeners.notifyComplete
(Result result) -
Uses of Result in org.eclipse.jetty.client.transport.internal
Methods in org.eclipse.jetty.client.transport.internal with parameters of type ResultModifier and TypeMethodDescriptionvoid
HttpChannelOverHTTP.exchangeTerminated
(HttpExchange exchange, Result result) -
Uses of Result in org.eclipse.jetty.ee10.proxy
Methods in org.eclipse.jetty.ee10.proxy with parameters of type ResultModifier and TypeMethodDescriptionvoid
AsyncMiddleManServlet.ProxyResponseListener.onComplete
(Result result) void
ProxyServlet.ProxyResponseListener.onComplete
(Result result) -
Uses of Result in org.eclipse.jetty.fcgi.client.transport.internal
Methods in org.eclipse.jetty.fcgi.client.transport.internal with parameters of type ResultModifier and TypeMethodDescriptionvoid
HttpChannelOverFCGI.exchangeTerminated
(HttpExchange exchange, Result result) -
Uses of Result in org.eclipse.jetty.http2.client.transport.internal
Methods in org.eclipse.jetty.http2.client.transport.internal with parameters of type ResultModifier and TypeMethodDescriptionvoid
HttpChannelOverHTTP2.exchangeTerminated
(HttpExchange exchange, Result result) -
Uses of Result in org.eclipse.jetty.proxy
Methods in org.eclipse.jetty.proxy with parameters of type ResultModifier and TypeMethodDescriptionvoid
ProxyHandler.ProxyResponseListener.onComplete
(Result result) -
Uses of Result in org.eclipse.jetty.websocket.core.client
Methods in org.eclipse.jetty.websocket.core.client with parameters of type Result