Uses of Class
org.eclipse.jetty.client.HttpContent
-
Packages that use HttpContent Package Description org.eclipse.jetty.client Jetty Client : Implementation and Core Classes This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.org.eclipse.jetty.client.http -
-
Uses of HttpContent in org.eclipse.jetty.client
Fields in org.eclipse.jetty.client declared as HttpContent Modifier and Type Field Description private HttpContent
HttpSender. content
Methods in org.eclipse.jetty.client with parameters of type HttpContent Modifier and Type Method Description protected 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 HttpContent Modifier and Type Method Description protected 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 HttpContent Constructor Description HeadersCallback(HttpExchange exchange, HttpContent content, Callback callback)
-