Uses of Enum
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.httpMethods 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) -
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)