public class HttpChannelOverFCGI extends HttpChannel
LOG| Constructor | Description |
|---|---|
HttpChannelOverFCGI(HttpConnectionOverFCGI connection,
Flusher flusher,
long idleTimeout) |
| Modifier and Type | Method | Description |
|---|---|---|
protected boolean |
content(java.nio.ByteBuffer buffer,
org.eclipse.jetty.util.Callback callback) |
|
void |
exchangeTerminated(HttpExchange exchange,
Result result) |
|
protected void |
flush(Generator.Result... results) |
|
protected HttpReceiver |
getHttpReceiver() |
|
protected HttpSender |
getHttpSender() |
|
protected int |
getRequest() |
|
boolean |
isFailed() |
|
void |
release() |
|
protected boolean |
responseBegin(int code,
java.lang.String reason) |
|
protected boolean |
responseFailure(java.lang.Throwable failure) |
|
protected boolean |
responseHeader(org.eclipse.jetty.http.HttpField field) |
|
protected boolean |
responseHeaders() |
|
protected boolean |
responseSuccess() |
|
void |
send(HttpExchange exchange) |
abort, abortResponse, associate, destroy, disassociate, exchangeTerminating, getHttpDestination, getHttpExchange, proceed, send, toStringpublic HttpChannelOverFCGI(HttpConnectionOverFCGI connection, Flusher flusher, long idleTimeout)
protected int getRequest()
protected HttpSender getHttpSender()
getHttpSender in class HttpChannelprotected HttpReceiver getHttpReceiver()
getHttpReceiver in class HttpChannelpublic boolean isFailed()
public void send(HttpExchange exchange)
send in class HttpChannelpublic void release()
release in class HttpChannelprotected boolean responseBegin(int code,
java.lang.String reason)
protected boolean responseHeader(org.eclipse.jetty.http.HttpField field)
protected boolean responseHeaders()
protected boolean content(java.nio.ByteBuffer buffer,
org.eclipse.jetty.util.Callback callback)
protected boolean responseSuccess()
protected boolean responseFailure(java.lang.Throwable failure)
public void exchangeTerminated(HttpExchange exchange, Result result)
exchangeTerminated in class HttpChannelprotected void flush(Generator.Result... results)
Copyright © 1995–2018 Webtide. All rights reserved.