Class HttpReceiverOverFCGI

java.lang.Object
org.eclipse.jetty.client.HttpReceiver
org.eclipse.jetty.fcgi.client.http.HttpReceiverOverFCGI

public class HttpReceiverOverFCGI extends org.eclipse.jetty.client.HttpReceiver
  • Constructor Summary

    Constructors
    Constructor
    Description
    HttpReceiverOverFCGI(org.eclipse.jetty.client.HttpChannel channel)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    protected void
     
    protected boolean
    responseBegin(org.eclipse.jetty.client.HttpExchange exchange)
     
    protected boolean
    responseContent(org.eclipse.jetty.client.HttpExchange exchange, ByteBuffer buffer, org.eclipse.jetty.util.Callback callback)
     
    protected boolean
     
    protected boolean
    responseHeader(org.eclipse.jetty.client.HttpExchange exchange, org.eclipse.jetty.http.HttpField field)
     
    protected boolean
    responseHeaders(org.eclipse.jetty.client.HttpExchange exchange)
     
    protected boolean
    responseSuccess(org.eclipse.jetty.client.HttpExchange exchange)
     

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

    abort, demand, dispose, getHttpDestination, getHttpExchange, hasDemandOrStall, isFailed, reset, storeCookie, toString

    Methods inherited from class java.lang.Object

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

    • HttpReceiverOverFCGI

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

    • getHttpChannel

      protected HttpChannelOverFCGI getHttpChannel()
      Overrides:
      getHttpChannel in class org.eclipse.jetty.client.HttpReceiver
    • responseBegin

      protected boolean responseBegin(org.eclipse.jetty.client.HttpExchange exchange)
      Overrides:
      responseBegin in class org.eclipse.jetty.client.HttpReceiver
    • responseHeader

      protected boolean responseHeader(org.eclipse.jetty.client.HttpExchange exchange, org.eclipse.jetty.http.HttpField field)
      Overrides:
      responseHeader in class org.eclipse.jetty.client.HttpReceiver
    • responseHeaders

      protected boolean responseHeaders(org.eclipse.jetty.client.HttpExchange exchange)
      Overrides:
      responseHeaders in class org.eclipse.jetty.client.HttpReceiver
    • responseContent

      protected boolean responseContent(org.eclipse.jetty.client.HttpExchange exchange, ByteBuffer buffer, org.eclipse.jetty.util.Callback callback)
      Overrides:
      responseContent in class org.eclipse.jetty.client.HttpReceiver
    • responseSuccess

      protected boolean responseSuccess(org.eclipse.jetty.client.HttpExchange exchange)
      Overrides:
      responseSuccess in class org.eclipse.jetty.client.HttpReceiver
    • responseFailure

      protected boolean responseFailure(Throwable failure)
      Overrides:
      responseFailure in class org.eclipse.jetty.client.HttpReceiver
    • receive

      protected void receive()
      Overrides:
      receive in class org.eclipse.jetty.client.HttpReceiver