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 HttpTransport
public void send(ByteBuffer content, boolean lastContent, Callback callback)
send
in interface HttpTransport
protected Generator.Result generateResponseHeaders(HttpGenerator.ResponseInfo info, Callback callback)
protected Generator.Result generateResponseContent(ByteBuffer buffer, boolean lastContent, Callback callback)
public void abort()
HttpTransport
abort
in interface HttpTransport
public void completed()
completed
in interface HttpTransport
Copyright © 1995-2015 Webtide. All Rights Reserved.