Package org.eclipse.jetty.client.api
Jetty Client : API Classes
-
Interface Summary Interface Description Authentication Authenticationrepresents a mechanism to authenticate requests for protected resources.Authentication.Result Authentication.Resultholds the information needed to authenticate aRequestviaAuthentication.Result.apply(org.eclipse.jetty.client.api.Request).AuthenticationStore A store forAuthentications andAuthentication.Results.Connection Connectionrepresent a connection to aDestinationand allow applications to send requests viaConnection.send(Request, Response.CompleteListener).ContentProvider ContentProviderprovides a source of request content.ContentProvider.Typed An extension ofContentProviderthat provides a content type string to be used as aContent-TypeHTTP header in requests.ContentResponse A specializedResponsethat can hold a limited content in memory.Destination Destinationrepresents the triple made of theDestination.getScheme(), theDestination.getHost()and theDestination.getPort().Request Requestrepresents an HTTP request, and offers a fluent interface to customize various attributes such as the path, the headers, the content, etc.Request.BeginListener Listener for the request begin event.Request.CommitListener Listener for the request committed event.Request.ContentListener Listener for the request content event.Request.FailureListener Listener for the request failed event.Request.HeadersListener Listener for the request headers event.Request.Listener Listener for all request events.Request.QueuedListener Listener for the request queued event.Request.RequestListener Common, empty, super-interface for request listeners.Request.SuccessListener Listener for the request succeeded event.Response Responserepresents an HTTP response and offers methods to retrieve status code, HTTP version and headers.Response.AsyncContentListener Asynchronous listener for the response content events.Response.BeginListener Listener for the response begin event.Response.CompleteListener Listener for the request and response completed event.Response.ContentListener Synchronous listener for the response content events.Response.DemandedContentListener Asynchronous listener for the response content events.Response.FailureListener Listener for the response failure event.Response.HeaderListener Listener for a response header event.Response.HeadersListener Listener for the response headers event.Response.Listener Listener for all response events.Response.ResponseListener Common, empty, super-interface for response listenersResponse.SuccessListener Listener for the response succeeded event. -
Class Summary Class Description Authentication.HeaderInfo Structure holding information about theWWW-Authenticate(orProxy-Authenticate) header.Request.Listener.Adapter An empty implementation ofRequest.ListenerResponse.Listener.Adapter An empty implementation ofResponse.ListenerResult