Package | Description |
---|---|
org.eclipse.jetty.client.http | |
org.eclipse.jetty.fcgi.parser | |
org.eclipse.jetty.http |
Jetty Http : Tools for Http processing
|
Modifier and Type | Class and Description |
---|---|
class |
HttpReceiverOverHTTP |
Modifier and Type | Class and Description |
---|---|
private class |
ResponseContentParser.ResponseParser |
Constructor and Description |
---|
FCGIHttpParser(HttpParser.ResponseHandler handler) |
Modifier and Type | Field and Description |
---|---|
private HttpParser.ResponseHandler |
HttpParser._responseHandler |
Constructor and Description |
---|
HttpParser(HttpParser.RequestHandler requestHandler,
HttpParser.ResponseHandler responseHandler,
int maxHeaderBytes,
HttpCompliance compliance) |
HttpParser(HttpParser.ResponseHandler handler) |
HttpParser(HttpParser.ResponseHandler handler,
int maxHeaderBytes) |
HttpParser(HttpParser.ResponseHandler handler,
int maxHeaderBytes,
boolean strict)
Deprecated.
|
HttpParser(HttpParser.ResponseHandler handler,
int maxHeaderBytes,
HttpCompliance compliance) |