Uses of Enum
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.__uriViolationsprivate final EnumSet<HttpURI.Violation> HttpURI._violationsMethods in org.eclipse.jetty.http that return HttpURI.ViolationModifier and TypeMethodDescriptionstatic HttpURI.ViolationReturns the enum constant of this type with the specified name.static HttpURI.Violation[]HttpURI.Violation.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.jetty.http with parameters of type HttpURI.ViolationModifier and TypeMethodDescription(package private) booleanHttpURI.hasViolation(HttpURI.Violation violation)