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 org.eclipse.jetty.fcgi.client.http org.eclipse.jetty.http2.client.http -
-
Uses of HttpContent in org.eclipse.jetty.client
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)
-
Uses of HttpContent in org.eclipse.jetty.fcgi.client.http
Methods in org.eclipse.jetty.fcgi.client.http with parameters of type HttpContent Modifier and Type Method Description protected void
HttpSenderOverFCGI. sendContent(HttpExchange exchange, HttpContent content, Callback callback)
protected void
HttpSenderOverFCGI. sendHeaders(HttpExchange exchange, HttpContent content, Callback callback)
-
Uses of HttpContent in org.eclipse.jetty.http2.client.http
Methods in org.eclipse.jetty.http2.client.http with parameters of type HttpContent Modifier and Type Method Description protected void
HttpSenderOverHTTP2. sendContent(HttpExchange exchange, HttpContent content, Callback callback)
protected void
HttpSenderOverHTTP2. sendHeaders(HttpExchange exchange, HttpContent content, Callback callback)
-