Class HttpReceiverOverFCGI
- java.lang.Object
-
- org.eclipse.jetty.client.HttpReceiver
-
- org.eclipse.jetty.fcgi.client.http.HttpReceiverOverFCGI
-
public class HttpReceiverOverFCGI extends HttpReceiver
-
-
Field Summary
-
Fields inherited from class org.eclipse.jetty.client.HttpReceiver
LOG
-
-
Constructor Summary
Constructors Constructor Description HttpReceiverOverFCGI(HttpChannel channel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected HttpChannelOverFCGIgetHttpChannel()protected voidreceive()protected booleanresponseBegin(HttpExchange exchange)protected booleanresponseContent(HttpExchange exchange, java.nio.ByteBuffer buffer, Callback callback)protected booleanresponseFailure(java.lang.Throwable failure)protected booleanresponseHeader(HttpExchange exchange, HttpField field)protected booleanresponseHeaders(HttpExchange exchange)protected booleanresponseSuccess(HttpExchange exchange)-
Methods inherited from class org.eclipse.jetty.client.HttpReceiver
abort, demand, dispose, getHttpDestination, getHttpExchange, hasDemandOrStall, isFailed, reset, storeCookie, toString
-
-
-
-
Constructor Detail
-
HttpReceiverOverFCGI
public HttpReceiverOverFCGI(HttpChannel channel)
-
-
Method Detail
-
getHttpChannel
protected HttpChannelOverFCGI getHttpChannel()
- Overrides:
getHttpChannelin classHttpReceiver
-
responseBegin
protected boolean responseBegin(HttpExchange exchange)
- Overrides:
responseBeginin classHttpReceiver
-
responseHeader
protected boolean responseHeader(HttpExchange exchange, HttpField field)
- Overrides:
responseHeaderin classHttpReceiver
-
responseHeaders
protected boolean responseHeaders(HttpExchange exchange)
- Overrides:
responseHeadersin classHttpReceiver
-
responseContent
protected boolean responseContent(HttpExchange exchange, java.nio.ByteBuffer buffer, Callback callback)
- Overrides:
responseContentin classHttpReceiver
-
responseSuccess
protected boolean responseSuccess(HttpExchange exchange)
- Overrides:
responseSuccessin classHttpReceiver
-
responseFailure
protected boolean responseFailure(java.lang.Throwable failure)
- Overrides:
responseFailurein classHttpReceiver
-
receive
protected void receive()
- Overrides:
receivein classHttpReceiver
-
-