Package org.eclipse.jetty.client.transport
package org.eclipse.jetty.client.transport
-
ClassDescriptionRepresentation of the
HTTP/1.1
application protocol used byHttpClientTransportDynamic
.AHttpClientTransport
that can dynamically switch among different application protocols.HttpReceiver
provides the abstract code to implement the various steps of the receive of HTTP responses.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)
.A specialized container for response listeners.