Uses of Enum Class
org.eclipse.jetty.http.HttpComplianceSection
Packages that use HttpComplianceSection
Package
Description
Jetty Http : Tools for Http processing
Jetty Server : Core Server API
-
Uses of HttpComplianceSection in org.eclipse.jetty.http
Subclasses with type arguments of type HttpComplianceSection in org.eclipse.jetty.httpFields in org.eclipse.jetty.http with type parameters of type HttpComplianceSectionModifier and TypeFieldDescriptionprivate static final Map<HttpComplianceSection, HttpCompliance> HttpCompliance.__requiredprivate final EnumSet<HttpComplianceSection> HttpParser._compliancesprivate final EnumSet<HttpComplianceSection> HttpCompliance._sectionsMethods in org.eclipse.jetty.http that return HttpComplianceSectionModifier and TypeMethodDescriptionstatic HttpComplianceSectionReturns the enum constant of this class with the specified name.static HttpComplianceSection[]HttpComplianceSection.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.jetty.http that return types with arguments of type HttpComplianceSectionModifier and TypeMethodDescriptionHttpCompliance.sections()Get the set ofHttpComplianceSections supported by this compliance mode.private static EnumSet<HttpComplianceSection> HttpCompliance.sectionsByProperty(String property) (package private) static EnumSet<HttpComplianceSection> HttpCompliance.sectionsBySpec(String spec) Methods in org.eclipse.jetty.http with parameters of type HttpComplianceSectionModifier and TypeMethodDescriptionprotected booleanHttpParser.complianceViolation(HttpComplianceSection violation) Check RFC compliance violationprotected booleanHttpParser.complianceViolation(HttpComplianceSection violation, String reason) Check RFC compliance violationprotected voidHttpParser.handleViolation(HttpComplianceSection section, String reason) default voidHttpParser.ComplianceHandler.onComplianceViolation(HttpCompliance compliance, HttpComplianceSection violation, String details) static HttpComplianceHttpCompliance.requiredCompliance(HttpComplianceSection section) Constructor parameters in org.eclipse.jetty.http with type arguments of type HttpComplianceSection -
Uses of HttpComplianceSection in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server with parameters of type HttpComplianceSectionModifier and TypeMethodDescriptionvoidHttpChannelOverHttp.onComplianceViolation(HttpCompliance compliance, HttpComplianceSection violation, String reason)