Uses of Enum
org.eclipse.jetty.http.UriCompliance.Violation
-
Uses of UriCompliance.Violation in org.eclipse.jetty.http
Modifier and TypeMethodDescriptionstatic UriCompliance.Violation
Returns the enum constant of this type with the specified name.static UriCompliance.Violation[]
UriCompliance.Violation.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionUriCompliance.getAllowed()
Get the set ofUriCompliance.Violation
s allowed by this compliance mode.UriCompliance.getKnown()
HttpURI.getViolations()
HttpURI.Immutable.getViolations()
HttpURI.Mutable.getViolations()
Modifier and TypeMethodDescriptionboolean
HttpURI.hasViolation
(UriCompliance.Violation violation) boolean
HttpURI.Immutable.hasViolation
(UriCompliance.Violation violation) boolean
HttpURI.Mutable.hasViolation
(UriCompliance.Violation violation) UriCompliance.with
(String name, UriCompliance.Violation... violations) Create a new UriCompliance mode that includes the passedUriCompliance.Violation
s.UriCompliance.without
(String name, UriCompliance.Violation... violations) Create a new UriCompliance mode that excludes the passedUriCompliance.Violation
s.Modifier and TypeMethodDescriptionstatic UriCompliance
UriCompliance.from
(Set<UriCompliance.Violation> violations) Create compliance set from a set of allowed Violations.ModifierConstructorDescriptionUriCompliance
(String name, Set<UriCompliance.Violation> violations)