public class HttpTransportOverFCGI extends Object implements HttpTransport
| Constructor and Description |
|---|
HttpTransportOverFCGI(ByteBufferPool byteBufferPool,
Flusher flusher,
int request,
boolean sendStatus200) |
| Modifier and Type | Method and Description |
|---|---|
void |
abort()
Abort transport.
|
void |
completed() |
protected Generator.Result |
generateResponseContent(ByteBuffer buffer,
boolean lastContent,
Callback callback) |
protected Generator.Result |
generateResponseHeaders(HttpGenerator.ResponseInfo info,
Callback callback) |
void |
send(ByteBuffer content,
boolean lastContent,
Callback callback) |
void |
send(HttpGenerator.ResponseInfo info,
ByteBuffer content,
boolean lastContent,
Callback callback) |
public HttpTransportOverFCGI(ByteBufferPool byteBufferPool, Flusher flusher, int request, boolean sendStatus200)
public void send(HttpGenerator.ResponseInfo info, ByteBuffer content, boolean lastContent, Callback callback)
send in interface HttpTransportpublic void send(ByteBuffer content, boolean lastContent, Callback callback)
send in interface HttpTransportprotected Generator.Result generateResponseHeaders(HttpGenerator.ResponseInfo info, Callback callback)
protected Generator.Result generateResponseContent(ByteBuffer buffer, boolean lastContent, Callback callback)
public void abort()
HttpTransportabort in interface HttpTransportpublic void completed()
completed in interface HttpTransportCopyright © 1995-2015 Webtide. All Rights Reserved.