Package | Description |
---|---|
org.eclipse.jetty.fcgi.server | |
org.eclipse.jetty.http |
Jetty Http : Tools for Http processing
|
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
org.eclipse.jetty.spdy.server.http |
Modifier and Type | Method and Description |
---|---|
protected Generator.Result |
HttpTransportOverFCGI.generateResponseHeaders(HttpGenerator.ResponseInfo info,
Callback callback) |
void |
HttpTransportOverFCGI.send(HttpGenerator.ResponseInfo info,
ByteBuffer content,
boolean lastContent,
Callback callback) |
Modifier and Type | Field and Description |
---|---|
static HttpGenerator.ResponseInfo |
HttpGenerator.CONTINUE_100_INFO |
static HttpGenerator.ResponseInfo |
HttpGenerator.PROGRESS_102_INFO |
static HttpGenerator.ResponseInfo |
HttpGenerator.RESPONSE_500_INFO |
Modifier and Type | Method and Description |
---|---|
HttpGenerator.ResponseInfo |
HttpTester.Response.getInfo() |
Modifier and Type | Method and Description |
---|---|
HttpGenerator.Result |
HttpGenerator.generateResponse(HttpGenerator.ResponseInfo info,
ByteBuffer header,
ByteBuffer chunk,
ByteBuffer content,
boolean last) |
Modifier and Type | Method and Description |
---|---|
protected HttpGenerator.ResponseInfo |
Response.newResponseInfo() |
Modifier and Type | Method and Description |
---|---|
void |
HttpTransport.send(HttpGenerator.ResponseInfo info,
ByteBuffer content,
boolean lastContent,
Callback callback) |
void |
HttpConnection.send(HttpGenerator.ResponseInfo info,
ByteBuffer content,
boolean lastContent,
Callback callback) |
protected boolean |
HttpChannel.sendResponse(HttpGenerator.ResponseInfo info,
ByteBuffer content,
boolean complete) |
protected boolean |
HttpChannel.sendResponse(HttpGenerator.ResponseInfo info,
ByteBuffer content,
boolean complete,
Callback callback) |
Modifier and Type | Method and Description |
---|---|
void |
HttpTransportOverSPDY.send(HttpGenerator.ResponseInfo info,
ByteBuffer content,
boolean lastContent,
Callback callback) |
Copyright © 1995-2015 Webtide. All Rights Reserved.