Class HttpSenderOverHTTP2

java.lang.Object
org.eclipse.jetty.client.HttpSender
org.eclipse.jetty.http2.client.http.HttpSenderOverHTTP2
All Implemented Interfaces:
EventListener, org.eclipse.jetty.client.AsyncContentProvider.Listener

public class HttpSenderOverHTTP2 extends org.eclipse.jetty.client.HttpSender
  • Field Summary

    Fields inherited from class org.eclipse.jetty.client.HttpSender

    LOG
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    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)
     

    Methods inherited from class org.eclipse.jetty.client.HttpSender

    abort, beginToHeaders, dispose, expects100Continue, getHttpExchange, headersToCommit, isFailed, onContent, proceed, queuedToBegin, reset, send, someToContent, someToSuccess, toString

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • getHttpChannel

      protected HttpChannelOverHTTP2 getHttpChannel()
      Overrides:
      getHttpChannel in class org.eclipse.jetty.client.HttpSender
    • sendHeaders

      protected void sendHeaders(org.eclipse.jetty.client.HttpExchange exchange, org.eclipse.jetty.client.HttpContent content, org.eclipse.jetty.util.Callback callback)
      Specified by:
      sendHeaders in class org.eclipse.jetty.client.HttpSender
    • sendContent

      protected void sendContent(org.eclipse.jetty.client.HttpExchange exchange, org.eclipse.jetty.client.HttpContent content, org.eclipse.jetty.util.Callback callback)
      Specified by:
      sendContent in class org.eclipse.jetty.client.HttpSender