Class HttpSenderOverFCGI

java.lang.Object
org.eclipse.jetty.client.HttpSender
org.eclipse.jetty.fcgi.client.http.HttpSenderOverFCGI

public class HttpSenderOverFCGI extends org.eclipse.jetty.client.HttpSender
  • Constructor Summary

    Constructors
    Constructor
    Description
    HttpSenderOverFCGI(org.eclipse.jetty.client.HttpChannel channel)
     
  • 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

    • HttpSenderOverFCGI

      public HttpSenderOverFCGI(org.eclipse.jetty.client.HttpChannel channel)
  • Method Details

    • getHttpChannel

      protected HttpChannelOverFCGI 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