public class HttpSenderOverHTTP2
extends org.eclipse.jetty.client.HttpSender
| Constructor | Description |
|---|---|
HttpSenderOverHTTP2(HttpChannelOverHTTP2 channel) |
| Modifier and Type | Method | Description |
|---|---|---|
protected HttpChannelOverHTTP2 |
getHttpChannel() |
|
protected void |
sendContent(org.eclipse.jetty.client.HttpExchange exchange,
org.eclipse.jetty.client.HttpContent content,
org.eclipse.jetty.util.Callback callback) |
|
protected void |
sendHeaders(org.eclipse.jetty.client.HttpExchange exchange,
org.eclipse.jetty.client.HttpContent content,
org.eclipse.jetty.util.Callback callback) |
|
protected void |
sendTrailers(org.eclipse.jetty.client.HttpExchange exchange,
org.eclipse.jetty.util.Callback callback) |
public HttpSenderOverHTTP2(HttpChannelOverHTTP2 channel)
protected HttpChannelOverHTTP2 getHttpChannel()
getHttpChannel in class org.eclipse.jetty.client.HttpSenderprotected void sendHeaders(org.eclipse.jetty.client.HttpExchange exchange,
org.eclipse.jetty.client.HttpContent content,
org.eclipse.jetty.util.Callback callback)
sendHeaders in class org.eclipse.jetty.client.HttpSenderprotected void sendContent(org.eclipse.jetty.client.HttpExchange exchange,
org.eclipse.jetty.client.HttpContent content,
org.eclipse.jetty.util.Callback callback)
sendContent in class org.eclipse.jetty.client.HttpSenderprotected void sendTrailers(org.eclipse.jetty.client.HttpExchange exchange,
org.eclipse.jetty.util.Callback callback)
sendTrailers in class org.eclipse.jetty.client.HttpSenderCopyright © 1995–2018 Webtide. All rights reserved.