Uses of Enum
org.eclipse.jetty.http.HttpComplianceSection
Packages that use HttpComplianceSection
-
Uses of HttpComplianceSection in org.eclipse.jetty.http
Methods in org.eclipse.jetty.http that return HttpComplianceSectionModifier and TypeMethodDescriptionstatic HttpComplianceSectionReturns the enum constant of this type with the specified name.static HttpComplianceSection[]HttpComplianceSection.values()Returns an array containing the constants of this enum type, 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.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)