Uses of Package
org.eclipse.jetty.client.transport
Package
Description
-
-
ClassDescription
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. -
ClassDescription
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)
. -
ClassDescription
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)
. -
ClassDescription
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)
.