Uses of Package
org.eclipse.jetty.client.api
-
Packages that use org.eclipse.jetty.client.api Package Description 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 Jetty Client : API Classesorg.eclipse.jetty.client.http org.eclipse.jetty.client.util Jetty Client : Utility Classesorg.eclipse.jetty.fcgi.client.http org.eclipse.jetty.fcgi.server.proxy org.eclipse.jetty.http2.client.http org.eclipse.jetty.proxy Jetty Proxy : Async Proxy Supportorg.eclipse.jetty.websocket.client Jetty WebSocket Client API -
Classes in org.eclipse.jetty.client.api used by org.eclipse.jetty.client Class Description Authentication Authenticationrepresents a mechanism to authenticate requests for protected resources.Authentication.HeaderInfo Structure holding information about theWWW-Authenticate(orProxy-Authenticate) header.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.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.Listener.Adapter An empty implementation ofResponse.ListenerResponse.ResponseListener Common, empty, super-interface for response listenersResponse.SuccessListener Listener for the response succeeded event.Result -
Classes in org.eclipse.jetty.client.api used by org.eclipse.jetty.client.api Class Description Authentication Authenticationrepresents a mechanism to authenticate requests for protected resources.Authentication.HeaderInfo Structure holding information about theWWW-Authenticate(orProxy-Authenticate) header.Authentication.Result Authentication.Resultholds the information needed to authenticate aRequestviaAuthentication.Result.apply(org.eclipse.jetty.client.api.Request).Connection Connectionrepresent a connection to aDestinationand allow applications to send requests viaConnection.send(Request, Response.CompleteListener).ContentProvider ContentProviderprovides a source of request content.ContentResponse A specializedResponsethat can hold a limited content in memory.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.Result -
Classes in org.eclipse.jetty.client.api used by org.eclipse.jetty.client.http Class Description Connection Connectionrepresent a connection to aDestinationand allow applications to send requests viaConnection.send(Request, Response.CompleteListener).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.Response.CompleteListener Listener for the request and response completed event.Result -
Classes in org.eclipse.jetty.client.api used by org.eclipse.jetty.client.util Class Description Authentication Authenticationrepresents a mechanism to authenticate requests for protected resources.Authentication.HeaderInfo Structure holding information about theWWW-Authenticate(orProxy-Authenticate) header.Authentication.Result Authentication.Resultholds the information needed to authenticate aRequestviaAuthentication.Result.apply(org.eclipse.jetty.client.api.Request).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.Request Requestrepresents an HTTP request, and offers a fluent interface to customize various attributes such as the path, the headers, the content, etc.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.Listener.Adapter An empty implementation ofResponse.ListenerResponse.ResponseListener Common, empty, super-interface for response listenersResponse.SuccessListener Listener for the response succeeded event.Result -
Classes in org.eclipse.jetty.client.api used by org.eclipse.jetty.fcgi.client.http Class Description Connection Connectionrepresent a connection to aDestinationand allow applications to send requests viaConnection.send(Request, Response.CompleteListener).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.Response.CompleteListener Listener for the request and response completed event.Result -
Classes in org.eclipse.jetty.client.api used by org.eclipse.jetty.fcgi.server.proxy Class Description Request Requestrepresents an HTTP request, and offers a fluent interface to customize various attributes such as the path, the headers, the content, etc. -
Classes in org.eclipse.jetty.client.api used by org.eclipse.jetty.http2.client.http Class Description Connection Connectionrepresent a connection to aDestinationand allow applications to send requests viaConnection.send(Request, Response.CompleteListener).Destination Destinationrepresents the triple made of theDestination.getScheme(), theDestination.getHost()and theDestination.getPort().Result -
Classes in org.eclipse.jetty.client.api used by org.eclipse.jetty.proxy Class Description ContentProvider ContentProviderprovides a source of request content.Request Requestrepresents an HTTP request, and offers a fluent interface to customize various attributes such as the path, the headers, the content, etc.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.Listener.Adapter An empty implementation ofResponse.ListenerResponse.ResponseListener Common, empty, super-interface for response listenersResponse.SuccessListener Listener for the response succeeded event.Result -
Classes in org.eclipse.jetty.client.api used by org.eclipse.jetty.websocket.client Class Description ContentResponse A specializedResponsethat can hold a limited content in memory.Request Requestrepresents an HTTP request, and offers a fluent interface to customize various attributes such as the path, the headers, the content, etc.Response.CompleteListener Listener for the request and response completed event.Response.ResponseListener Common, empty, super-interface for response listenersResult