| Package | Description |
|---|---|
| org.eclipse.jetty.http |
Jetty Http : Tools for Http processing
|
| Modifier and Type | Method and Description |
|---|---|
static HttpCompliance |
HttpCompliance.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpCompliance[] |
HttpCompliance.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
HttpParser.complianceViolation(HttpCompliance compliance,
String reason)
Check RFC compliance violation
|
void |
HttpParser.ComplianceHandler.onComplianceViolation(HttpCompliance compliance,
HttpCompliance required,
String reason) |
| Constructor and Description |
|---|
HttpParser(HttpParser.RequestHandler handler,
HttpCompliance compliance) |
HttpParser(HttpParser.RequestHandler handler,
int maxHeaderBytes,
HttpCompliance compliance) |
HttpParser(HttpParser.ResponseHandler handler,
int maxHeaderBytes,
HttpCompliance compliance) |
Copyright © 1995-2016 Webtide. All Rights Reserved.