Uses of Enum Class
org.eclipse.jetty.http.HttpCompliance
Packages that use HttpCompliance
Package
Description
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
Jetty Http : Tools for Http processing
Jetty Server : Core Server API
-
Uses of HttpCompliance in org.eclipse.jetty.client
Fields in org.eclipse.jetty.client declared as HttpComplianceMethods 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 HttpComplianceFields in org.eclipse.jetty.http with type parameters of type HttpComplianceModifier and TypeFieldDescriptionprivate static final Map
<HttpComplianceSection, HttpCompliance> HttpCompliance.__required
Methods in org.eclipse.jetty.http that return HttpComplianceModifier and TypeMethodDescriptionprivate static HttpCompliance
HttpParser.compliance()
HttpParser.getHttpCompliance()
static HttpCompliance
HttpCompliance.requiredCompliance
(HttpComplianceSection section) static HttpCompliance
Returns the enum constant of this class with the specified name.static HttpCompliance[]
HttpCompliance.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.jetty.http with parameters of type HttpComplianceModifier and TypeMethodDescriptiondefault void
HttpParser.ComplianceHandler.onComplianceViolation
(HttpCompliance compliance, HttpCompliance required, String reason) Deprecated.default void
HttpParser.ComplianceHandler.onComplianceViolation
(HttpCompliance compliance, HttpComplianceSection violation, String details) Constructors in org.eclipse.jetty.http with parameters of type HttpComplianceModifierConstructorDescriptionHttpParser
(HttpParser.RequestHandler handler, int maxHeaderBytes, HttpCompliance compliance) HttpParser
(HttpParser.RequestHandler handler, HttpCompliance compliance) private
HttpParser
(HttpParser.RequestHandler requestHandler, HttpParser.ResponseHandler responseHandler, int maxHeaderBytes, HttpCompliance compliance) HttpParser
(HttpParser.ResponseHandler handler, int maxHeaderBytes, HttpCompliance compliance) -
Uses of HttpCompliance in org.eclipse.jetty.server
Fields in org.eclipse.jetty.server declared as HttpComplianceMethods in org.eclipse.jetty.server that return HttpComplianceModifier and TypeMethodDescriptionHttpConnection.getHttpCompliance()
Deprecated.HttpConnectionFactory.getHttpCompliance()
Methods in org.eclipse.jetty.server with parameters of type HttpComplianceModifier and TypeMethodDescriptionprotected HttpParser
HttpConnection.newHttpParser
(HttpCompliance compliance) void
HttpChannelOverHttp.onComplianceViolation
(HttpCompliance compliance, HttpComplianceSection violation, String reason) void
HttpConnectionFactory.setHttpCompliance
(HttpCompliance httpCompliance) Constructors in org.eclipse.jetty.server with parameters of type HttpComplianceModifierConstructorDescriptionHttpConnection
(HttpConfiguration config, Connector connector, EndPoint endPoint, HttpCompliance compliance, boolean recordComplianceViolations) HttpConnectionFactory
(HttpConfiguration config, HttpCompliance compliance)