Package | Description |
---|---|
org.eclipse.jetty.client |
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
|
org.eclipse.jetty.client.api |
Jetty Client : API Classes
|
org.eclipse.jetty.fcgi.client.http | |
org.eclipse.jetty.fcgi.generator | |
org.eclipse.jetty.fcgi.server.proxy | |
org.eclipse.jetty.http |
Jetty Http : Tools for Http processing
|
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
org.eclipse.jetty.server.handler |
Jetty Server : Core Handler API
|
org.eclipse.jetty.servlet |
Jetty Server : Modular Servlet Integration
|
Modifier and Type | Method and Description |
---|---|
HttpFields |
HttpResponse.getHeaders() |
HttpFields |
HttpRequest.getHeaders() |
HttpFields |
HttpContentResponse.getHeaders() |
Modifier and Type | Method and Description |
---|---|
HttpFields |
Response.getHeaders() |
HttpFields |
Request.getHeaders() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
HttpConnectionOverFCGI.closeByHTTP(HttpFields fields) |
protected void |
HttpClientTransportOverFCGI.customize(Request request,
HttpFields fastCGIHeaders) |
Modifier and Type | Method and Description |
---|---|
Generator.Result |
ClientGenerator.generateRequestHeaders(int request,
HttpFields fields,
Callback callback) |
Generator.Result |
ServerGenerator.generateResponseHeaders(int request,
int code,
String reason,
HttpFields fields,
Callback callback) |
Modifier and Type | Method and Description |
---|---|
protected void |
FastCGIProxyServlet.customizeFastCGIHeaders(Request proxyRequest,
HttpFields fastCGIHeaders) |
Modifier and Type | Class and Description |
---|---|
static class |
HttpTester.Message |
static class |
HttpTester.Request |
static class |
HttpTester.Response |
Modifier and Type | Method and Description |
---|---|
HttpFields |
HttpGenerator.Info.getHttpFields() |
Modifier and Type | Method and Description |
---|---|
void |
HttpFields.add(HttpFields fields)
Add fields from another HttpFields instance.
|
static void |
HttpGenerator.putTo(HttpFields fields,
ByteBuffer bufferInFillMode) |
Constructor and Description |
---|
HttpGenerator.RequestInfo(HttpVersion httpVersion,
HttpFields httpFields,
long contentLength,
String method,
String uri) |
HttpGenerator.ResponseInfo(HttpVersion httpVersion,
HttpFields httpFields,
long contentLength,
int status,
String reason,
boolean head) |
Modifier and Type | Method and Description |
---|---|
HttpFields |
Response.getHttpFields() |
HttpFields |
Request.getHttpFields() |
Modifier and Type | Method and Description |
---|---|
protected String |
ForwardedRequestCustomizer.getLeftMostFieldValue(HttpFields fields,
String header) |
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
ErrorHandler.badMessageError(int status,
String reason,
HttpFields fields)
Bad Message Error body
|
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultServlet.writeOptionHeaders(HttpFields fields) |
Copyright © 1995-2015 Webtide. All Rights Reserved.