Uses of Class
org.eclipse.jetty.http.HttpCompliance
Packages that use HttpCompliance
Package
Description
Jetty Http : Tools for Http processing
Jetty Server : Core Server API
-
Uses of HttpCompliance in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client that return HttpComplianceModifier and TypeMethodDescriptionHttpClient.getHttpCompliance()
Gets the http compliance mode for parsing http responses.Methods in org.eclipse.jetty.client with parameters of type HttpComplianceModifier and TypeMethodDescriptionvoid
HttpClient.setHttpCompliance
(HttpCompliance httpCompliance) Sets the http compliance mode for parsing http responses. -
Uses of HttpCompliance in org.eclipse.jetty.http
Fields in org.eclipse.jetty.http declared as HttpComplianceModifier and TypeFieldDescriptionstatic final HttpCompliance
HttpCompliance.LEGACY
A legacy HttpCompliance mode that allows all violations except case-insensitive methods.static final HttpCompliance
HttpCompliance.RFC2616
static final HttpCompliance
HttpCompliance.RFC2616_LEGACY
A legacy HttpCompliance mode that supportsRFC2616
, but that also allows: case-insensitive methods; colons after field names;Transfer-Encoding
withContent-Length
fields; and multipleContent-Length
values.static final HttpCompliance
HttpCompliance.RFC7230
The HttpCompliance mode that supports RFC 7230 with no known violations.static final HttpCompliance
HttpCompliance.RFC7230_LEGACY
A legacy HttpCompliance mode that supportsRFC7230
, but with case-insensitive methods allowed.Methods in org.eclipse.jetty.http that return HttpComplianceModifier and TypeMethodDescriptionstatic HttpCompliance
Create compliance mode from a String description.static HttpCompliance
Get a known compliance mode by name.HttpCompliance.with
(String name, HttpCompliance.Violation... violations) Create a new HttpCompliance mode that includes the passedHttpCompliance.Violation
s.HttpCompliance.without
(String name, HttpCompliance.Violation... violations) Create a new HttpCompliance mode that excludes the passedHttpCompliance.Violation
s.Methods in org.eclipse.jetty.http with parameters of type HttpComplianceModifier and TypeMethodDescriptionstatic void
HttpCompliance.checkHttpCompliance
(MetaData.Request request, HttpCompliance mode, ComplianceViolation.Listener listener) Constructors in org.eclipse.jetty.http with parameters of type HttpComplianceModifierConstructorDescriptionHttpParser
(HttpParser.RequestHandler handler, int maxHeaderBytes, HttpCompliance compliance) HttpParser
(HttpParser.RequestHandler handler, HttpCompliance compliance) HttpParser
(HttpParser.ResponseHandler handler, int maxHeaderBytes, HttpCompliance compliance) -
Uses of HttpCompliance in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return HttpComplianceMethods in org.eclipse.jetty.server with parameters of type HttpComplianceModifier and TypeMethodDescriptionvoid
HttpConfiguration.setHttpCompliance
(HttpCompliance httpCompliance) -
Uses of HttpCompliance in org.eclipse.jetty.server.internal
Methods in org.eclipse.jetty.server.internal with parameters of type HttpComplianceModifier and TypeMethodDescriptionprotected HttpParser
HttpConnection.newHttpParser
(HttpCompliance compliance)