Uses of Enum
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 TypeMethodDescriptionvoidHttpClient.setHttpCompliance(HttpCompliance httpCompliance) Sets the http compliance mode for parsing http responses. -
Uses of HttpCompliance in org.eclipse.jetty.http
Subclasses with type arguments of type HttpCompliance in org.eclipse.jetty.httpModifier and TypeClassDescriptionenumHTTP compliance modes for Jetty HTTP parsing and handling.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.__requiredMethods in org.eclipse.jetty.http that return HttpComplianceModifier and TypeMethodDescriptionprivate static HttpComplianceHttpParser.compliance()HttpParser.getHttpCompliance()static HttpComplianceHttpCompliance.requiredCompliance(HttpComplianceSection section) static HttpComplianceReturns 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.Methods in org.eclipse.jetty.http with parameters of type HttpComplianceModifier and TypeMethodDescriptionstatic StringHttpCompliance.checkUriCompliance(HttpCompliance compliance, HttpURI uri) default voidHttpParser.ComplianceHandler.onComplianceViolation(HttpCompliance compliance, HttpCompliance required, String reason) Deprecated.default voidHttpParser.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) privateHttpParser(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 HttpParserHttpConnection.newHttpParser(HttpCompliance compliance) voidHttpChannelOverHttp.onComplianceViolation(HttpCompliance compliance, HttpComplianceSection violation, String reason) voidHttpConnectionFactory.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)