Class HttpSenderOverHTTP2

  • All Implemented Interfaces:
    java.util.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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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)  
      • 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 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • 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