public class HttpChannelOverFCGI extends HttpChannel
LOG
Constructor and Description |
---|
HttpChannelOverFCGI(HttpConnectionOverFCGI connection,
Flusher flusher,
int request,
long idleTimeout) |
Modifier and Type | Method and Description |
---|---|
boolean |
abort(Throwable cause) |
protected boolean |
content(ByteBuffer buffer,
Callback callback) |
void |
exchangeTerminated(Result result) |
protected void |
flush(Generator.Result... results) |
protected int |
getRequest() |
void |
proceed(HttpExchange exchange,
Throwable failure) |
protected boolean |
responseBegin(int code,
String reason) |
protected boolean |
responseFailure(Throwable failure) |
protected boolean |
responseHeader(HttpField field) |
protected boolean |
responseHeaders() |
protected boolean |
responseSuccess() |
void |
send() |
associate, disassociate, getHttpDestination, getHttpExchange, toString
public HttpChannelOverFCGI(HttpConnectionOverFCGI connection, Flusher flusher, int request, long idleTimeout)
protected int getRequest()
public void send()
send
in class HttpChannel
public void proceed(HttpExchange exchange, Throwable failure)
proceed
in class HttpChannel
public boolean abort(Throwable cause)
abort
in class HttpChannel
protected boolean responseBegin(int code, String reason)
protected boolean responseHeader(HttpField field)
protected boolean responseHeaders()
protected boolean content(ByteBuffer buffer, Callback callback)
protected boolean responseSuccess()
protected boolean responseFailure(Throwable failure)
public void exchangeTerminated(Result result)
exchangeTerminated
in class HttpChannel
protected void flush(Generator.Result... results)
Copyright © 1995-2015 Webtide. All Rights Reserved.