ClientGenerator, ServerGeneratorpublic class Generator
extends java.lang.Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
Generator.Result |
| Modifier and Type | Field | Description |
|---|---|---|
protected org.eclipse.jetty.io.ByteBufferPool |
byteBufferPool |
|
static int |
MAX_CONTENT_LENGTH |
| Constructor | Description |
|---|---|
Generator(org.eclipse.jetty.io.ByteBufferPool byteBufferPool) |
| Modifier and Type | Method | Description |
|---|---|---|
protected Generator.Result |
generateContent(int id,
java.nio.ByteBuffer content,
boolean recycle,
boolean lastContent,
org.eclipse.jetty.util.Callback callback,
FCGI.FrameType frameType) |
public static final int MAX_CONTENT_LENGTH
protected final org.eclipse.jetty.io.ByteBufferPool byteBufferPool
protected Generator.Result generateContent(int id, java.nio.ByteBuffer content, boolean recycle, boolean lastContent, org.eclipse.jetty.util.Callback callback, FCGI.FrameType frameType)
Copyright © 1995–2018 Webtide. All rights reserved.