Class HttpChannelOverFCGI

java.lang.Object
org.eclipse.jetty.client.HttpChannel
org.eclipse.jetty.fcgi.client.http.HttpChannelOverFCGI
All Implemented Interfaces:
org.eclipse.jetty.io.CyclicTimeouts.Expirable

public class HttpChannelOverFCGI extends org.eclipse.jetty.client.HttpChannel
  • Constructor Details

  • Method Details

    • getRequest

      protected int getRequest()
    • getHttpSender

      protected org.eclipse.jetty.client.HttpSender getHttpSender()
      Specified by:
      getHttpSender in class org.eclipse.jetty.client.HttpChannel
    • getHttpReceiver

      protected org.eclipse.jetty.client.HttpReceiver getHttpReceiver()
      Specified by:
      getHttpReceiver in class org.eclipse.jetty.client.HttpChannel
    • isFailed

      public boolean isFailed()
    • send

      public void send(org.eclipse.jetty.client.HttpExchange exchange)
      Specified by:
      send in class org.eclipse.jetty.client.HttpChannel
    • release

      public void release()
      Specified by:
      release in class org.eclipse.jetty.client.HttpChannel
    • responseBegin

      protected boolean responseBegin(int code, String reason)
    • responseHeader

      protected boolean responseHeader(org.eclipse.jetty.http.HttpField field)
    • responseHeaders

      protected boolean responseHeaders()
    • content

      protected boolean content(ByteBuffer buffer, org.eclipse.jetty.util.Callback callback)
    • responseSuccess

      protected boolean responseSuccess()
    • responseFailure

      protected boolean responseFailure(Throwable failure)
    • exchangeTerminated

      public void exchangeTerminated(org.eclipse.jetty.client.HttpExchange exchange, org.eclipse.jetty.client.api.Result result)
      Overrides:
      exchangeTerminated in class org.eclipse.jetty.client.HttpChannel
    • flush

      protected void flush(Generator.Result... results)