| Package | Description |
|---|---|
| org.eclipse.jetty.fcgi.client.http | |
| org.eclipse.jetty.fcgi.generator |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
HttpChannelOverFCGI.flush(Generator.Result... results) |
| Modifier and Type | Method | Description |
|---|---|---|
Generator.Result |
Generator.Result.append(java.nio.ByteBuffer buffer,
boolean recycle) |
|
protected Generator.Result |
Generator.generateContent(int id,
java.nio.ByteBuffer content,
boolean recycle,
boolean lastContent,
org.eclipse.jetty.util.Callback callback,
FCGI.FrameType frameType) |
|
Generator.Result |
ClientGenerator.generateRequestContent(int request,
java.nio.ByteBuffer content,
boolean lastContent,
org.eclipse.jetty.util.Callback callback) |
|
Generator.Result |
ClientGenerator.generateRequestHeaders(int request,
org.eclipse.jetty.http.HttpFields fields,
org.eclipse.jetty.util.Callback callback) |
|
Generator.Result |
ServerGenerator.generateResponseContent(int request,
java.nio.ByteBuffer content,
boolean lastContent,
boolean aborted,
org.eclipse.jetty.util.Callback callback) |
|
Generator.Result |
ServerGenerator.generateResponseHeaders(int request,
int code,
java.lang.String reason,
org.eclipse.jetty.http.HttpFields fields,
org.eclipse.jetty.util.Callback callback) |
|
Generator.Result |
Generator.Result.join(Generator.Result that) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Flusher.flush(Generator.Result... results) |
|
Generator.Result |
Generator.Result.join(Generator.Result that) |
Copyright © 1995–2018 Webtide. All rights reserved.