- offer(ByteBuffer) - Method in class org.eclipse.jetty.client.util.DeferredContentProvider
-
Adds the given content buffer to this content provider
and notifies the listener that content is available.
- offer(ByteBuffer, Callback) - Method in class org.eclipse.jetty.client.util.DeferredContentProvider
-
- onBegin(Request) - Method in interface org.eclipse.jetty.client.api.Request.BeginListener
-
Callback method invoked when the request begins being processed in order to be sent.
- onBegin(Request) - Method in class org.eclipse.jetty.client.api.Request.Listener.Adapter
-
- onBegin(Response) - Method in interface org.eclipse.jetty.client.api.Response.BeginListener
-
Callback method invoked when the response line containing HTTP version,
HTTP status code and reason has been received and parsed.
- onBegin(Response) - Method in class org.eclipse.jetty.client.api.Response.Listener.Adapter
-
- onCommit(Request) - Method in interface org.eclipse.jetty.client.api.Request.CommitListener
-
Callback method invoked when the request headers (and perhaps small content) have been sent.
- onCommit(Request) - Method in class org.eclipse.jetty.client.api.Request.Listener.Adapter
-
- onComplete(Response.CompleteListener) - Method in interface org.eclipse.jetty.client.api.Request
-
- onComplete(Result) - Method in interface org.eclipse.jetty.client.api.Response.CompleteListener
-
Callback method invoked when the request and the response have been processed,
either successfully or not.
- onComplete(Result) - Method in class org.eclipse.jetty.client.api.Response.Listener.Adapter
-
- onComplete(Result) - Method in class org.eclipse.jetty.client.ContinueProtocolHandler.ContinueListener
-
- onComplete(Response.CompleteListener) - Method in class org.eclipse.jetty.client.HttpRequest
-
- onComplete(Result) - Method in class org.eclipse.jetty.client.RedirectProtocolHandler
-
- onComplete(Result) - Method in class org.eclipse.jetty.client.TimeoutCompleteListener
-
- onComplete(Result) - Method in class org.eclipse.jetty.client.util.BufferingResponseListener
-
- onComplete(Result) - Method in class org.eclipse.jetty.client.util.FutureResponseListener
-
- onComplete(Result) - Method in class org.eclipse.jetty.client.util.InputStreamResponseListener
-
- onContent(Request, ByteBuffer) - Method in interface org.eclipse.jetty.client.api.Request.ContentListener
-
Callback method invoked when a chunk of request content has been sent successfully.
- onContent(Request, ByteBuffer) - Method in class org.eclipse.jetty.client.api.Request.Listener.Adapter
-
- onContent(Response, ByteBuffer, Callback) - Method in interface org.eclipse.jetty.client.api.Response.AsyncContentListener
-
Callback method invoked asynchronously when the response content has been received.
- onContent(Response, ByteBuffer) - Method in interface org.eclipse.jetty.client.api.Response.ContentListener
-
Callback method invoked when the response content has been received.
- onContent(Response, ByteBuffer) - Method in class org.eclipse.jetty.client.api.Response.Listener.Adapter
-
- onContent(Response, ByteBuffer, Callback) - Method in class org.eclipse.jetty.client.api.Response.Listener.Adapter
-
- onContent() - Method in interface org.eclipse.jetty.client.AsyncContentProvider.Listener
-
Callback method invoked when content is available
- onContent() - Method in class org.eclipse.jetty.client.HttpSender
-
- onContent(Response, ByteBuffer) - Method in class org.eclipse.jetty.client.util.BufferingResponseListener
-
- onContent(Response, ByteBuffer) - Method in class org.eclipse.jetty.client.util.InputStreamResponseListener
-
- onFailure(Request, Throwable) - Method in interface org.eclipse.jetty.client.api.Request.FailureListener
-
Callback method invoked when the request has failed to be sent
- onFailure(Request, Throwable) - Method in class org.eclipse.jetty.client.api.Request.Listener.Adapter
-
- onFailure(Response, Throwable) - Method in interface org.eclipse.jetty.client.api.Response.FailureListener
-
Callback method invoked when the response has failed in the process of being received
- onFailure(Response, Throwable) - Method in class org.eclipse.jetty.client.api.Response.Listener.Adapter
-
- onFailure(Response, Throwable) - Method in class org.eclipse.jetty.client.ContinueProtocolHandler.ContinueListener
-
- onFailure(Response, Throwable) - Method in class org.eclipse.jetty.client.util.InputStreamResponseListener
-
- onFillable() - Method in class org.eclipse.jetty.client.http.HttpConnectionOverHTTP
-
- onHeader(Response, HttpField) - Method in interface org.eclipse.jetty.client.api.Response.HeaderListener
-
Callback method invoked when a response header has been received,
returning whether the header should be processed or not.
- onHeader(Response, HttpField) - Method in class org.eclipse.jetty.client.api.Response.Listener.Adapter
-
- onHeaders(Request) - Method in interface org.eclipse.jetty.client.api.Request.HeadersListener
-
Callback method invoked when the request headers (and perhaps small content) are ready to be sent.
- onHeaders(Request) - Method in class org.eclipse.jetty.client.api.Request.Listener.Adapter
-
- onHeaders(Response) - Method in interface org.eclipse.jetty.client.api.Response.HeadersListener
-
Callback method invoked when the response headers have been received and parsed.
- onHeaders(Response) - Method in class org.eclipse.jetty.client.api.Response.Listener.Adapter
-
- onHeaders(Response) - Method in class org.eclipse.jetty.client.util.BufferingResponseListener
-
- onHeaders(Response) - Method in class org.eclipse.jetty.client.util.InputStreamResponseListener
-
- onOpen() - Method in class org.eclipse.jetty.client.http.HttpConnectionOverHTTP
-
- onQueued(Request) - Method in class org.eclipse.jetty.client.api.Request.Listener.Adapter
-
- onQueued(Request) - Method in interface org.eclipse.jetty.client.api.Request.QueuedListener
-
Callback method invoked when the request is queued, waiting to be sent
- onRead(byte[], int, int) - Method in class org.eclipse.jetty.client.util.InputStreamContentProvider
-
Callback method invoked just after having read from the stream,
but before returning the iteration element (a
ByteBuffer
to the caller.
- onReadFailure(Throwable) - Method in class org.eclipse.jetty.client.util.InputStreamContentProvider
-
Callback method invoked when an exception is thrown while reading
from the stream.
- onReadTimeout() - Method in class org.eclipse.jetty.client.http.HttpConnectionOverHTTP
-
- onRequestBegin(Request.BeginListener) - Method in interface org.eclipse.jetty.client.api.Request
-
- onRequestBegin(Request.BeginListener) - Method in class org.eclipse.jetty.client.HttpRequest
-
- onRequestCommit(Request.CommitListener) - Method in interface org.eclipse.jetty.client.api.Request
-
- onRequestCommit(Request.CommitListener) - Method in class org.eclipse.jetty.client.HttpRequest
-
- onRequestContent(Request.ContentListener) - Method in interface org.eclipse.jetty.client.api.Request
-
- onRequestContent(Request.ContentListener) - Method in class org.eclipse.jetty.client.HttpRequest
-
- onRequestFailure(Request.FailureListener) - Method in interface org.eclipse.jetty.client.api.Request
-
- onRequestFailure(Request.FailureListener) - Method in class org.eclipse.jetty.client.HttpRequest
-
- onRequestHeaders(Request.HeadersListener) - Method in interface org.eclipse.jetty.client.api.Request
-
- onRequestHeaders(Request.HeadersListener) - Method in class org.eclipse.jetty.client.HttpRequest
-
- onRequestQueued(Request.QueuedListener) - Method in interface org.eclipse.jetty.client.api.Request
-
- onRequestQueued(Request.QueuedListener) - Method in class org.eclipse.jetty.client.HttpRequest
-
- onRequestSuccess(Request.SuccessListener) - Method in interface org.eclipse.jetty.client.api.Request
-
- onRequestSuccess(Request.SuccessListener) - Method in class org.eclipse.jetty.client.HttpRequest
-
- onResponseBegin(Response.BeginListener) - Method in interface org.eclipse.jetty.client.api.Request
-
- onResponseBegin(Response.BeginListener) - Method in class org.eclipse.jetty.client.HttpRequest
-
- onResponseContent(Response.ContentListener) - Method in interface org.eclipse.jetty.client.api.Request
-
- onResponseContent(Response.ContentListener) - Method in class org.eclipse.jetty.client.HttpRequest
-
- onResponseContentAsync(Response.AsyncContentListener) - Method in interface org.eclipse.jetty.client.api.Request
-
- onResponseContentAsync(Response.AsyncContentListener) - Method in class org.eclipse.jetty.client.HttpRequest
-
- onResponseFailure(Response.FailureListener) - Method in interface org.eclipse.jetty.client.api.Request
-
- onResponseFailure(Response.FailureListener) - Method in class org.eclipse.jetty.client.HttpRequest
-
- onResponseHeader(Response.HeaderListener) - Method in interface org.eclipse.jetty.client.api.Request
-
- onResponseHeader(Response.HeaderListener) - Method in class org.eclipse.jetty.client.HttpRequest
-
- onResponseHeaders(Response.HeadersListener) - Method in interface org.eclipse.jetty.client.api.Request
-
- onResponseHeaders(Response.HeadersListener) - Method in class org.eclipse.jetty.client.HttpRequest
-
- onResponseSuccess(Response.SuccessListener) - Method in interface org.eclipse.jetty.client.api.Request
-
- onResponseSuccess(Response.SuccessListener) - Method in class org.eclipse.jetty.client.HttpRequest
-
- onSuccess(Request) - Method in class org.eclipse.jetty.client.api.Request.Listener.Adapter
-
- onSuccess(Request) - Method in interface org.eclipse.jetty.client.api.Request.SuccessListener
-
Callback method invoked when the request has been successfully sent.
- onSuccess(Response) - Method in class org.eclipse.jetty.client.api.Response.Listener.Adapter
-
- onSuccess(Response) - Method in interface org.eclipse.jetty.client.api.Response.SuccessListener
-
Callback method invoked when the whole response has been successfully received.
- onSuccess(Response) - Method in class org.eclipse.jetty.client.ContinueProtocolHandler.ContinueListener
-
- onSuccess(Response) - Method in class org.eclipse.jetty.client.util.InputStreamResponseListener
-
- org.eclipse.jetty.client - package 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 - package org.eclipse.jetty.client.api
-
Jetty Client : API Classes
- org.eclipse.jetty.client.http - package org.eclipse.jetty.client.http
-
- org.eclipse.jetty.client.util - package org.eclipse.jetty.client.util
-
Jetty Client : Utility Classes
- Origin - Class in org.eclipse.jetty.client
-
- Origin(String, String, int) - Constructor for class org.eclipse.jetty.client.Origin
-
- Origin(String, Origin.Address) - Constructor for class org.eclipse.jetty.client.Origin
-
- Origin.Address - Class in org.eclipse.jetty.client
-
- OutputStreamContentProvider - Class in org.eclipse.jetty.client.util
-
- OutputStreamContentProvider() - Constructor for class org.eclipse.jetty.client.util.OutputStreamContentProvider
-
- reason(String) - Method in class org.eclipse.jetty.client.HttpResponse
-
- receive() - Method in class org.eclipse.jetty.client.http.HttpChannelOverHTTP
-
- receive() - Method in class org.eclipse.jetty.client.http.HttpReceiverOverHTTP
-
- redirect(Request, Response) - Method in class org.eclipse.jetty.client.HttpRedirector
-
Redirects the given response, blocking until the redirect is complete.
- redirect(Request, Response, Response.CompleteListener) - Method in class org.eclipse.jetty.client.HttpRedirector
-
Redirects the given response asynchronously.
- RedirectProtocolHandler - Class in org.eclipse.jetty.client
-
A protocol handler that handles redirect status codes 301, 302, 303, 307 and 308.
- RedirectProtocolHandler(HttpClient) - Constructor for class org.eclipse.jetty.client.RedirectProtocolHandler
-
- release(Connection) - Method in class org.eclipse.jetty.client.ConnectionPool
-
- release() - Method in class org.eclipse.jetty.client.http.HttpChannelOverHTTP
-
- release() - Method in class org.eclipse.jetty.client.http.HttpConnectionOverHTTP
-
- release() - Method in class org.eclipse.jetty.client.HttpChannel
-
- release(Connection) - Method in class org.eclipse.jetty.client.HttpDestination
-
- release(Connection) - Method in class org.eclipse.jetty.client.PoolingHttpDestination
-
- released(Connection) - Method in class org.eclipse.jetty.client.ConnectionPool
-
- released(Connection) - Method in class org.eclipse.jetty.client.LeakTrackingConnectionPool
-
- remove(Connection) - Method in class org.eclipse.jetty.client.ConnectionPool
-
- remove(HttpExchange) - Method in class org.eclipse.jetty.client.HttpDestination
-
- remove(String) - Method in class org.eclipse.jetty.client.ProtocolHandlers
-
Removes the protocol handler with the given name.
- removeAuthentication(Authentication) - Method in interface org.eclipse.jetty.client.api.AuthenticationStore
-
- removeAuthentication(Authentication) - Method in class org.eclipse.jetty.client.HttpAuthenticationStore
-
- removeAuthenticationResult(Authentication.Result) - Method in interface org.eclipse.jetty.client.api.AuthenticationStore
-
- removeAuthenticationResult(Authentication.Result) - Method in class org.eclipse.jetty.client.HttpAuthenticationStore
-
- removeDestination(HttpDestination) - Method in class org.eclipse.jetty.client.HttpClient
-
- Request - Interface in org.eclipse.jetty.client.api
-
Request represents a HTTP request, and offers a fluent interface to customize
various attributes such as the path, the headers, the content, etc.
- Request.BeginListener - Interface in org.eclipse.jetty.client.api
-
Listener for the request begin event.
- Request.CommitListener - Interface in org.eclipse.jetty.client.api
-
Listener for the request committed event.
- Request.ContentListener - Interface in org.eclipse.jetty.client.api
-
Listener for the request content event.
- Request.FailureListener - Interface in org.eclipse.jetty.client.api
-
Listener for the request failed event.
- Request.HeadersListener - Interface in org.eclipse.jetty.client.api
-
Listener for the request headers event.
- Request.Listener - Interface in org.eclipse.jetty.client.api
-
Listener for all request events.
- Request.Listener.Adapter - Class in org.eclipse.jetty.client.api
-
- Request.QueuedListener - Interface in org.eclipse.jetty.client.api
-
Listener for the request queued event.
- Request.RequestListener - Interface in org.eclipse.jetty.client.api
-
Common, empty, super-interface for request listeners.
- Request.SuccessListener - Interface in org.eclipse.jetty.client.api
-
Listener for the request succeeded event.
- requestComplete(Throwable) - Method in class org.eclipse.jetty.client.HttpExchange
-
- RequestNotifier - Class in org.eclipse.jetty.client
-
- RequestNotifier(HttpClient) - Constructor for class org.eclipse.jetty.client.RequestNotifier
-
- reset() - Method in class org.eclipse.jetty.client.http.HttpReceiverOverHTTP
-
- reset() - Method in class org.eclipse.jetty.client.http.HttpSenderOverHTTP
-
- reset() - Method in class org.eclipse.jetty.client.HttpReceiver
-
- reset() - Method in class org.eclipse.jetty.client.HttpSender
-
- resetResponse() - Method in class org.eclipse.jetty.client.HttpExchange
-
- Response - Interface in org.eclipse.jetty.client.api
-
Response represents a HTTP response and offers methods to retrieve status code, HTTP version
and headers.
- Response.AsyncContentListener - Interface in org.eclipse.jetty.client.api
-
- Response.BeginListener - Interface in org.eclipse.jetty.client.api
-
Listener for the response begin event.
- Response.CompleteListener - Interface in org.eclipse.jetty.client.api
-
Listener for the request and response completed event.
- Response.ContentListener - Interface in org.eclipse.jetty.client.api
-
Listener for the response content events.
- Response.FailureListener - Interface in org.eclipse.jetty.client.api
-
Listener for the response failure event.
- Response.HeaderListener - Interface in org.eclipse.jetty.client.api
-
Listener for a response header event.
- Response.HeadersListener - Interface in org.eclipse.jetty.client.api
-
Listener for the response headers event.
- Response.Listener - Interface in org.eclipse.jetty.client.api
-
Listener for all response events.
- Response.Listener.Adapter - Class in org.eclipse.jetty.client.api
-
- Response.ResponseListener - Interface in org.eclipse.jetty.client.api
-
Common, empty, super-interface for response listeners
- Response.SuccessListener - Interface in org.eclipse.jetty.client.api
-
Listener for the response succeeded event.
- responseBegin(HttpExchange) - Method in class org.eclipse.jetty.client.HttpReceiver
-
Method to be invoked when the response status code is available.
- responseComplete(Throwable) - Method in class org.eclipse.jetty.client.HttpExchange
-
- responseContent(HttpExchange, ByteBuffer, Callback) - Method in class org.eclipse.jetty.client.HttpReceiver
-
Method to be invoked when response HTTP content is available.
- responseFailure(Throwable) - Method in class org.eclipse.jetty.client.HttpReceiver
-
Method to be invoked when the response is failed.
- responseHeader(HttpExchange, HttpField) - Method in class org.eclipse.jetty.client.HttpReceiver
-
Method to be invoked when a response HTTP header is available.
- responseHeaders(HttpExchange) - Method in class org.eclipse.jetty.client.HttpReceiver
-
Method to be invoked after all response HTTP headers are available.
- ResponseNotifier - Class in org.eclipse.jetty.client
-
- ResponseNotifier() - Constructor for class org.eclipse.jetty.client.ResponseNotifier
-
- responseSuccess(HttpExchange) - Method in class org.eclipse.jetty.client.HttpReceiver
-
Method to be invoked when the response is successful.
- Result - Class in org.eclipse.jetty.client.api
-
The result of a request / response exchange, containing the
Request, the
Response
and eventual failures of either.
- Result(Request, Response) - Constructor for class org.eclipse.jetty.client.api.Result
-
- Result(Request, Response, Throwable) - Constructor for class org.eclipse.jetty.client.api.Result
-
- Result(Request, Throwable, Response) - Constructor for class org.eclipse.jetty.client.api.Result
-
- Result(Request, Throwable, Response, Throwable) - Constructor for class org.eclipse.jetty.client.api.Result
-
- run() - Method in class org.eclipse.jetty.client.TimeoutCompleteListener
-