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
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    protected void
    sendContent(org.eclipse.jetty.client.HttpExchange exchange, ByteBuffer contentBuffer, boolean lastContent, org.eclipse.jetty.util.Callback callback)
     
    protected void
    sendHeaders(org.eclipse.jetty.client.HttpExchange exchange, ByteBuffer contentBuffer, boolean lastContent, org.eclipse.jetty.util.Callback callback)
     

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

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

    Methods inherited from class java.lang.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, ByteBuffer contentBuffer, boolean lastContent, 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, ByteBuffer contentBuffer, boolean lastContent, org.eclipse.jetty.util.Callback callback)
      Specified by:
      sendContent in class org.eclipse.jetty.client.HttpSender