Package org.eclipse.jetty.client.transport
package org.eclipse.jetty.client.transport
-
ClassDescriptionRepresentation of the
HTTP/1.1application protocol used byHttpClientTransportDynamic.AHttpClientTransportthat can dynamically switch among different application protocols.HttpReceiverprovides 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.