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
Jetty Proxy : Async Proxy Support
-
Classes in org.eclipse.jetty.client.api used by org.eclipse.jetty.clientClassDescription
Authenticationrepresents a mechanism to authenticate requests for protected resources.Structure holding information about theWWW-Authenticate(orProxy-Authenticate) header.Authentication.Resultholds the information needed to authenticate aRequestviaAuthentication.Result.apply(org.eclipse.jetty.client.api.Request).A store forAuthentications andAuthentication.Results.Connectionrepresent a connection to aDestinationand allow applications to send requests viaConnection.send(Request, Response.CompleteListener).Deprecated.A specializedResponsethat can hold a limited content in memory.Destinationrepresents the triple made of theDestination.getScheme(), theDestination.getHost()and theDestination.getPort().Requestrepresents 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.A reactive model to produce request content, similar toFlow.Publisher.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.Responserepresents 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.ListenerCommon, 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
Authenticationrepresents a mechanism to authenticate requests for protected resources.Structure holding information about theWWW-Authenticate(orProxy-Authenticate) header.Authentication.Resultholds the information needed to authenticate aRequestviaAuthentication.Result.apply(org.eclipse.jetty.client.api.Request).Connectionrepresent a connection to aDestinationand allow applications to send requests viaConnection.send(Request, Response.CompleteListener).Deprecated.useRequest.Contentinstead, orContentProvider.toRequestContent(ContentProvider)to convert ContentProvider toRequest.Content.A specializedResponsethat can hold a limited content in memory.Requestrepresents 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.A reactive model to produce request content, similar toFlow.Publisher.A reactive model to consume request content, similar toFlow.Subscriber.The link between a content producer and a content consumer.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.Responserepresents 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
Connectionrepresent a connection to aDestinationand allow applications to send requests viaConnection.send(Request, Response.CompleteListener).Requestrepresents 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.internalClassDescriptionDeprecated.use
Request.Contentinstead, orContentProvider.toRequestContent(ContentProvider)to convert ContentProvider toRequest.Content.A reactive model to produce request content, similar toFlow.Publisher.A reactive model to consume request content, similar toFlow.Subscriber.The link between a content producer and a content consumer. -
Classes in org.eclipse.jetty.client.api used by org.eclipse.jetty.client.utilClassDescription
Authenticationrepresents a mechanism to authenticate requests for protected resources.Structure holding information about theWWW-Authenticate(orProxy-Authenticate) header.Authentication.Resultholds the information needed to authenticate aRequestviaAuthentication.Result.apply(org.eclipse.jetty.client.api.Request).Deprecated.useRequest.Contentinstead, orContentProvider.toRequestContent(ContentProvider)to convert ContentProvider toRequest.Content.Deprecated.useRequest.ContentinsteadA specializedResponsethat can hold a limited content in memory.Requestrepresents an HTTP request, and offers a fluent interface to customize various attributes such as the path, the headers, the content, etc.A reactive model to produce request content, similar toFlow.Publisher.A reactive model to consume request content, similar toFlow.Subscriber.The link between a content producer and a content consumer.Responserepresents 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.ListenerCommon, empty, super-interface for response listenersListener for the response succeeded event. -
Classes in org.eclipse.jetty.client.api used by org.eclipse.jetty.fcgi.client.httpClassDescription
Connectionrepresent a connection to aDestinationand allow applications to send requests viaConnection.send(Request, Response.CompleteListener).Requestrepresents 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.fcgi.server.proxy
-
Classes in org.eclipse.jetty.client.api used by org.eclipse.jetty.http2.client.httpClassDescription
Connectionrepresent a connection to aDestinationand allow applications to send requests viaConnection.send(Request, Response.CompleteListener). -
Classes in org.eclipse.jetty.client.api used by org.eclipse.jetty.proxyClassDescription
Requestrepresents an HTTP request, and offers a fluent interface to customize various attributes such as the path, the headers, the content, etc.A reactive model to produce request content, similar toFlow.Publisher.Responserepresents 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.ListenerCommon, empty, super-interface for response listenersListener for the response succeeded event. -
Classes in org.eclipse.jetty.client.api used by org.eclipse.jetty.websocket.client.implClassDescription
Requestrepresents 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.Common, empty, super-interface for response listeners -
Classes in org.eclipse.jetty.client.api used by org.eclipse.jetty.websocket.core.clientClassDescription
Requestrepresents 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.Common, empty, super-interface for response listeners -
Classes in org.eclipse.jetty.client.api used by org.eclipse.jetty.websocket.javax.client.internalClassDescription
Requestrepresents 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.Common, empty, super-interface for response listeners
Request.Contentinstead, orContentProvider.toRequestContent(ContentProvider)to convert ContentProvider toRequest.Content.