Uses of Package
org.eclipse.jetty.client.transport
Packages that use org.eclipse.jetty.client.transport
-
Classes in org.eclipse.jetty.client.transport used by org.eclipse.jetty.client.transportClassDescription
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.