public class HttpReceiverOverFCGI extends HttpReceiver
LOG| Constructor | Description |
|---|---|
HttpReceiverOverFCGI(HttpChannel channel) |
| Modifier and Type | Method | Description |
|---|---|---|
protected boolean |
responseBegin(HttpExchange exchange) |
|
protected boolean |
responseContent(HttpExchange exchange,
java.nio.ByteBuffer buffer,
org.eclipse.jetty.util.Callback callback) |
|
protected boolean |
responseFailure(java.lang.Throwable failure) |
|
protected boolean |
responseHeader(HttpExchange exchange,
org.eclipse.jetty.http.HttpField field) |
|
protected boolean |
responseHeaders(HttpExchange exchange) |
|
protected boolean |
responseSuccess(HttpExchange exchange) |
abort, dispose, getHttpChannel, getHttpDestination, getHttpExchange, isFailed, reset, storeCookie, toStringpublic HttpReceiverOverFCGI(HttpChannel channel)
protected boolean responseBegin(HttpExchange exchange)
responseBegin in class HttpReceiverprotected boolean responseHeader(HttpExchange exchange, org.eclipse.jetty.http.HttpField field)
responseHeader in class HttpReceiverprotected boolean responseHeaders(HttpExchange exchange)
responseHeaders in class HttpReceiverprotected boolean responseContent(HttpExchange exchange, java.nio.ByteBuffer buffer, org.eclipse.jetty.util.Callback callback)
responseContent in class HttpReceiverprotected boolean responseSuccess(HttpExchange exchange)
responseSuccess in class HttpReceiverprotected boolean responseFailure(java.lang.Throwable failure)
responseFailure in class HttpReceiverCopyright © 1995–2018 Webtide. All rights reserved.