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 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 HttpContent Modifier and Type Method Description protected voidHttpSenderOverHTTP. sendContent(HttpExchange exchange, HttpContent content, Callback callback)protected voidHttpSenderOverHTTP. 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 voidHttpSenderOverFCGI. sendContent(HttpExchange exchange, HttpContent content, Callback callback)protected voidHttpSenderOverFCGI. 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 voidHttpSenderOverHTTP2. sendContent(HttpExchange exchange, HttpContent content, Callback callback)protected voidHttpSenderOverHTTP2. sendHeaders(HttpExchange exchange, HttpContent content, Callback callback)
-