Uses of Class
org.eclipse.jetty.client.HttpContent
Packages that use HttpContent
Package
Description
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
-
Uses of HttpContent in org.eclipse.jetty.client
Fields in org.eclipse.jetty.client declared as HttpContentMethods in org.eclipse.jetty.client with parameters of type HttpContentModifier and TypeMethodDescriptionprotected abstract void
HttpSender.sendContent
(HttpExchange exchange, HttpContent content, Callback callback) Implementations should send the content at theHttpContent
cursor position over the wire.protected abstract void
HttpSender.sendHeaders
(HttpExchange exchange, HttpContent content, Callback callback) Implementations should send the HTTP headers over the wire, possibly with some content, in a single write, and notify the givencallback
of the result of this operation. -
Uses of HttpContent in org.eclipse.jetty.client.http
Methods in org.eclipse.jetty.client.http with parameters of type HttpContentModifier and TypeMethodDescriptionprotected void
HttpSenderOverHTTP.sendContent
(HttpExchange exchange, HttpContent content, Callback callback) protected void
HttpSenderOverHTTP.sendHeaders
(HttpExchange exchange, HttpContent content, Callback callback) Constructors in org.eclipse.jetty.client.http with parameters of type HttpContentModifierConstructorDescriptionHeadersCallback
(HttpExchange exchange, HttpContent content, Callback callback)