Uses of Package
org.eclipse.jetty.client.api
Packages that use org.eclipse.jetty.client.api
Package
Description
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
Jetty Client : API Classes
Jetty Client : Utility Classes
-
Classes in org.eclipse.jetty.client.api used by org.eclipse.jetty.clientClassDescription
Authentication
represents a mechanism to authenticate requests for protected resources.Structure holding information about theWWW-Authenticate
(orProxy-Authenticate
) header.Authentication.Result
holds the information needed to authenticate aRequest
viaAuthentication.Result.apply(org.eclipse.jetty.client.api.Request)
.A store forAuthentication
s andAuthentication.Result
s.Connection
represent a connection to aDestination
and allow applications to send requests viaConnection.send(Request, Response.CompleteListener)
.ContentProvider
provides a source of request content.A specializedResponse
that can hold a limited content in memory.Destination
represents the triple made of theDestination.getScheme()
, theDestination.getHost()
and theDestination.getPort()
.Request
represents an HTTP request, and offers a fluent interface to customize various attributes such as the path, the headers, the content, etc.Listener for the request begin event.Listener for the request committed event.Listener for the request content event.Listener for the request failed event.Listener for the request headers event.Listener for all request events.Listener for the request queued event.Common, empty, super-interface for request listeners.Listener for the request succeeded event.Response
represents an HTTP response and offers methods to retrieve status code, HTTP version and headers.Asynchronous listener for the response content events.Listener for the response begin event.Listener for the request and response completed event.Synchronous listener for the response content events.Asynchronous listener for the response content events.Listener for the response failure event.Listener for a response header event.Listener for the response headers event.Listener for all response events.An empty implementation ofResponse.Listener
Common, empty, super-interface for response listenersListener for the response succeeded event. -
Classes in org.eclipse.jetty.client.api used by org.eclipse.jetty.client.apiClassDescription
Authentication
represents a mechanism to authenticate requests for protected resources.Structure holding information about theWWW-Authenticate
(orProxy-Authenticate
) header.Authentication.Result
holds the information needed to authenticate aRequest
viaAuthentication.Result.apply(org.eclipse.jetty.client.api.Request)
.Connection
represent a connection to aDestination
and allow applications to send requests viaConnection.send(Request, Response.CompleteListener)
.ContentProvider
provides a source of request content.A specializedResponse
that can hold a limited content in memory.Request
represents an HTTP request, and offers a fluent interface to customize various attributes such as the path, the headers, the content, etc.Listener for the request begin event.Listener for the request committed event.Listener for the request content event.Listener for the request failed event.Listener for the request headers event.Listener for all request events.Listener for the request queued event.Common, empty, super-interface for request listeners.Listener for the request succeeded event.Response
represents an HTTP response and offers methods to retrieve status code, HTTP version and headers.Asynchronous listener for the response content events.Listener for the response begin event.Listener for the request and response completed event.Synchronous listener for the response content events.Asynchronous listener for the response content events.Listener for the response failure event.Listener for a response header event.Listener for the response headers event.Listener for all response events.Common, empty, super-interface for response listenersListener for the response succeeded event. -
Classes in org.eclipse.jetty.client.api used by org.eclipse.jetty.client.httpClassDescription
Connection
represent a connection to aDestination
and allow applications to send requests viaConnection.send(Request, Response.CompleteListener)
.Destination
represents the triple made of theDestination.getScheme()
, theDestination.getHost()
and theDestination.getPort()
.Request
represents an HTTP request, and offers a fluent interface to customize various attributes such as the path, the headers, the content, etc.Listener for the request and response completed event. -
Classes in org.eclipse.jetty.client.api used by org.eclipse.jetty.client.utilClassDescription
Authentication
represents a mechanism to authenticate requests for protected resources.Structure holding information about theWWW-Authenticate
(orProxy-Authenticate
) header.Authentication.Result
holds the information needed to authenticate aRequest
viaAuthentication.Result.apply(org.eclipse.jetty.client.api.Request)
.ContentProvider
provides a source of request content.An extension ofContentProvider
that provides a content type string to be used as aContent-Type
HTTP header in requests.A specializedResponse
that can hold a limited content in memory.Request
represents an HTTP request, and offers a fluent interface to customize various attributes such as the path, the headers, the content, etc.Response
represents an HTTP response and offers methods to retrieve status code, HTTP version and headers.Asynchronous listener for the response content events.Listener for the response begin event.Listener for the request and response completed event.Synchronous listener for the response content events.Asynchronous listener for the response content events.Listener for the response failure event.Listener for a response header event.Listener for the response headers event.Listener for all response events.An empty implementation ofResponse.Listener
Common, empty, super-interface for response listenersListener for the response succeeded event.