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 voidHttpSender.sendContent(HttpExchange exchange, HttpContent content, Callback callback) Implementations should send the content at theHttpContentcursor position over the wire.protected abstract voidHttpSender.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 givencallbackof 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 voidHttpSenderOverHTTP.sendContent(HttpExchange exchange, HttpContent content, Callback callback) protected voidHttpSenderOverHTTP.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) -
Uses of HttpContent in org.eclipse.jetty.fcgi.client.http
Methods in org.eclipse.jetty.fcgi.client.http with parameters of type HttpContentModifier and TypeMethodDescriptionprotected voidHttpSenderOverFCGI.sendContent(HttpExchange exchange, HttpContent content, Callback callback) protected voidHttpSenderOverFCGI.sendHeaders(HttpExchange exchange, HttpContent content, Callback callback)