Uses of Package
org.eclipse.jetty.client
-
Packages that use org.eclipse.jetty.client 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.dynamic org.eclipse.jetty.client.http org.eclipse.jetty.client.util Jetty Client : Utility Classes -
Classes in org.eclipse.jetty.client used by org.eclipse.jetty.client Class Description AbstractConnectionPool AbstractHttpClientTransport AsyncContentProvider.Listener Deprecated.A listener that is notified of content availabilityAuthenticationProtocolHandler ConnectionPool Client-side connection pool abstraction.ConnectionPool.Factory Factory for ConnectionPool instances.ContentDecoder ContentDecoderdecodes content bytes of a response.ContentDecoder.Factory Factory forContentDecoders; subclasses must implementContentDecoder.Factory.newContentDecoder().DuplexConnectionPool HttpChannel HttpClient HttpClient provides an efficient, asynchronous, non-blocking implementation to perform HTTP requests to a server through a simple API that offers also blocking semantic.HttpClientTransport HttpClientTransportrepresents what transport implementations should provide in order to plug-in a different transport forHttpClient.HttpConversation HttpDestination HttpDestination.Multiplexed HttpExchange HttpReceiver HttpReceiverprovides the abstract code to implement the various steps of the receive of HTTP responses.HttpRequest HttpResponse HttpSender HttpSender abstracts the algorithm to send HTTP requests, so that subclasses only implement the transport-specific code to send requests over the wire, implementingHttpSender.sendHeaders(HttpExchange, ByteBuffer, boolean, Callback)andHttpSender.sendContent(HttpExchange, ByteBuffer, boolean, Callback).HttpUpgrader HttpUpgrader prepares a HTTP request to upgrade from one protocol to another, and implements the upgrade mechanism.IConnection MultiplexConnectionPool Origin Class that groups the elements that uniquely identify a destination.Origin.Address Origin.Protocol The representation of a network protocol.ProtocolHandler A protocol handler performs HTTP protocol operations on behalf of the application, typically like a browser would.ProtocolHandlers A container forProtocolHandlers accessible fromHttpClient.getProtocolHandlers().ProxyConfiguration The configuration of the forward proxy to use withHttpClient.ProxyConfiguration.Proxy ProxyProtocolClientConnectionFactory ClientConnectionFactory for the PROXY protocol.ProxyProtocolClientConnectionFactory.ProxyProtocolConnection ProxyProtocolClientConnectionFactory.V1.Tag PROXY protocol version 1 metadata holder to be used in conjunction withRequest.tag(Object).ProxyProtocolClientConnectionFactory.V2.Tag PROXY protocol version 2 metadata holder to be used in conjunction withRequest.tag(Object).ProxyProtocolClientConnectionFactory.V2.Tag.Command ProxyProtocolClientConnectionFactory.V2.Tag.Family ProxyProtocolClientConnectionFactory.V2.Tag.Protocol ProxyProtocolClientConnectionFactory.V2.Tag.TLV RequestNotifier ResponseNotifier SendFailure -
Classes in org.eclipse.jetty.client used by org.eclipse.jetty.client.dynamic Class Description AbstractConnectorHttpClientTransport AbstractHttpClientTransport HttpClientTransport HttpClientTransportrepresents what transport implementations should provide in order to plug-in a different transport forHttpClient.HttpDestination HttpRequest Origin Class that groups the elements that uniquely identify a destination. -
Classes in org.eclipse.jetty.client used by org.eclipse.jetty.client.http Class Description AbstractConnectorHttpClientTransport AbstractHttpClientTransport HttpChannel HttpClientTransport HttpClientTransportrepresents what transport implementations should provide in order to plug-in a different transport forHttpClient.HttpDestination HttpExchange HttpReceiver HttpReceiverprovides the abstract code to implement the various steps of the receive of HTTP responses.HttpRequest HttpResponse HttpSender HttpSender abstracts the algorithm to send HTTP requests, so that subclasses only implement the transport-specific code to send requests over the wire, implementingHttpSender.sendHeaders(HttpExchange, ByteBuffer, boolean, Callback)andHttpSender.sendContent(HttpExchange, ByteBuffer, boolean, Callback).HttpUpgrader HttpUpgrader prepares a HTTP request to upgrade from one protocol to another, and implements the upgrade mechanism.IConnection Origin Class that groups the elements that uniquely identify a destination.Origin.Protocol The representation of a network protocol.SendFailure -
Classes in org.eclipse.jetty.client used by org.eclipse.jetty.client.util Class Description AsyncContentProvider Deprecated.no replacement, useRequest.Contentinstead.AsyncContentProvider.Listener Deprecated.A listener that is notified of content availability