public class Generator extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Generator.Result |
Modifier and Type | Field and Description |
---|---|
protected ByteBufferPool |
byteBufferPool |
static int |
MAX_CONTENT_LENGTH |
Constructor and Description |
---|
Generator(ByteBufferPool byteBufferPool) |
Modifier and Type | Method and Description |
---|---|
protected Generator.Result |
generateContent(int id,
ByteBuffer content,
boolean recycle,
boolean lastContent,
Callback callback,
FCGI.FrameType frameType) |
public static final int MAX_CONTENT_LENGTH
protected final ByteBufferPool byteBufferPool
public Generator(ByteBufferPool byteBufferPool)
protected Generator.Result generateContent(int id, ByteBuffer content, boolean recycle, boolean lastContent, Callback callback, FCGI.FrameType frameType)
Copyright © 1995-2015 Webtide. All Rights Reserved.