Uses of Enum Class
org.eclipse.jetty.http.HttpURI.Violation
Packages that use HttpURI.Violation
-
Uses of HttpURI.Violation in org.eclipse.jetty.http
Fields in org.eclipse.jetty.http with type parameters of type HttpURI.ViolationModifier and TypeFieldDescriptionprivate static final EnumMap<HttpURI.Violation,
HttpComplianceSection> HttpCompliance.__uriViolations
private final EnumSet<HttpURI.Violation>
HttpURI._violations
Methods in org.eclipse.jetty.http that return HttpURI.ViolationModifier and TypeMethodDescriptionstatic HttpURI.Violation
Returns the enum constant of this class with the specified name.static HttpURI.Violation[]
HttpURI.Violation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.jetty.http with parameters of type HttpURI.ViolationModifier and TypeMethodDescription(package private) boolean
HttpURI.hasViolation
(HttpURI.Violation violation)