| Package | Description |
|---|---|
| org.eclipse.jetty.http |
Jetty Http : Tools for Http processing
|
| org.eclipse.jetty.server |
Jetty Server : Core Server API
|
| Constructor and Description |
|---|
HttpParser(HttpParser.RequestHandler handler) |
HttpParser(HttpParser.RequestHandler handler,
HttpCompliance compliance) |
HttpParser(HttpParser.RequestHandler handler,
int maxHeaderBytes) |
HttpParser(HttpParser.RequestHandler handler,
int maxHeaderBytes,
boolean strict)
Deprecated.
|
HttpParser(HttpParser.RequestHandler handler,
int maxHeaderBytes,
HttpCompliance compliance) |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpChannelOverHttp
A HttpChannel customized to be transported over the HTTP/1 protocol
|
| Modifier and Type | Method and Description |
|---|---|
protected HttpParser.RequestHandler |
HttpConnection.newRequestHandler() |
Copyright © 1995–2021 Webtide. All rights reserved.