Uses of Enum
org.eclipse.jetty.http.HttpCompliance.Violation
Packages that use HttpCompliance.Violation
-
Uses of HttpCompliance.Violation in org.eclipse.jetty.http
Methods in org.eclipse.jetty.http that return HttpCompliance.ViolationModifier and TypeMethodDescriptionstatic HttpCompliance.Violation
Returns the enum constant of this type with the specified name.static HttpCompliance.Violation[]
HttpCompliance.Violation.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 HttpCompliance.ViolationMethods in org.eclipse.jetty.http with parameters of type HttpCompliance.ViolationModifier and TypeMethodDescriptionprotected void
HttpParser.checkViolation
(HttpCompliance.Violation violation) protected void
HttpParser.reportComplianceViolation
(HttpCompliance.Violation violation) protected void
HttpParser.reportComplianceViolation
(HttpCompliance.Violation violation, String reason) HttpCompliance.with
(String name, HttpCompliance.Violation... violations) Create a new HttpCompliance mode that includes the passedHttpCompliance.Violation
s.HttpCompliance.without
(String name, HttpCompliance.Violation... violations) Create a new HttpCompliance mode that excludes the passedHttpCompliance.Violation
s.