Class HttpSenderOverHTTP2
- java.lang.Object
-
- org.eclipse.jetty.client.HttpSender
-
- org.eclipse.jetty.http2.client.http.HttpSenderOverHTTP2
-
- All Implemented Interfaces:
java.util.EventListener,AsyncContentProvider.Listener
public class HttpSenderOverHTTP2 extends HttpSender
-
-
Field Summary
-
Fields inherited from class org.eclipse.jetty.client.HttpSender
LOG
-
-
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(HttpExchange exchange, HttpContent content, org.eclipse.jetty.util.Callback callback)protected voidsendHeaders(HttpExchange exchange, HttpContent content, org.eclipse.jetty.util.Callback callback)-
Methods inherited from class org.eclipse.jetty.client.HttpSender
abort, beginToHeaders, dispose, expects100Continue, getHttpExchange, headersToCommit, isFailed, onContent, proceed, queuedToBegin, reset, send, someToContent, someToSuccess, toString
-
-
-
-
Constructor Detail
-
HttpSenderOverHTTP2
public HttpSenderOverHTTP2(HttpChannelOverHTTP2 channel)
-
-
Method Detail
-
getHttpChannel
protected HttpChannelOverHTTP2 getHttpChannel()
- Overrides:
getHttpChannelin classHttpSender
-
sendHeaders
protected void sendHeaders(HttpExchange exchange, HttpContent content, org.eclipse.jetty.util.Callback callback)
- Specified by:
sendHeadersin classHttpSender
-
sendContent
protected void sendContent(HttpExchange exchange, HttpContent content, org.eclipse.jetty.util.Callback callback)
- Specified by:
sendContentin classHttpSender
-
-