Class HttpSenderOverHTTP2
- java.lang.Object
-
- org.eclipse.jetty.client.HttpSender
-
- org.eclipse.jetty.http2.client.http.HttpSenderOverHTTP2
-
public class HttpSenderOverHTTP2 extends org.eclipse.jetty.client.HttpSender
-
-
Constructor Summary
Constructors Constructor Description HttpSenderOverHTTP2(HttpChannelOverHTTP2 channel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected HttpChannelOverHTTP2getHttpChannel()protected voidsendContent(org.eclipse.jetty.client.HttpExchange exchange, java.nio.ByteBuffer contentBuffer, boolean lastContent, org.eclipse.jetty.util.Callback callback)protected voidsendHeaders(org.eclipse.jetty.client.HttpExchange exchange, java.nio.ByteBuffer contentBuffer, boolean lastContent, org.eclipse.jetty.util.Callback callback)
-
-
-
Constructor Detail
-
HttpSenderOverHTTP2
public HttpSenderOverHTTP2(HttpChannelOverHTTP2 channel)
-
-
Method Detail
-
getHttpChannel
protected HttpChannelOverHTTP2 getHttpChannel()
- Overrides:
getHttpChannelin classorg.eclipse.jetty.client.HttpSender
-
sendHeaders
protected void sendHeaders(org.eclipse.jetty.client.HttpExchange exchange, java.nio.ByteBuffer contentBuffer, boolean lastContent, org.eclipse.jetty.util.Callback callback)- Specified by:
sendHeadersin classorg.eclipse.jetty.client.HttpSender
-
sendContent
protected void sendContent(org.eclipse.jetty.client.HttpExchange exchange, java.nio.ByteBuffer contentBuffer, boolean lastContent, org.eclipse.jetty.util.Callback callback)- Specified by:
sendContentin classorg.eclipse.jetty.client.HttpSender
-
-