Uses of Enum
org.eclipse.jetty.http.UriCompliance.Violation
Packages that use UriCompliance.Violation
-
Uses of UriCompliance.Violation in org.eclipse.jetty.http
Methods in org.eclipse.jetty.http that return UriCompliance.ViolationModifier 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.Methods in org.eclipse.jetty.http that return types with arguments of type UriCompliance.ViolationModifier and TypeMethodDescriptionUriCompliance.getAllowed()
Get the set ofUriCompliance.Violation
s allowed by this compliance mode.UriCompliance.getKnown()
HttpURI.getViolations()
HttpURI.Immutable.getViolations()
HttpURI.Mutable.getViolations()
Methods in org.eclipse.jetty.http with parameters of type UriCompliance.ViolationModifier 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.Method parameters in org.eclipse.jetty.http with type arguments of type UriCompliance.ViolationModifier and TypeMethodDescriptionstatic UriCompliance
UriCompliance.from
(Set<UriCompliance.Violation> violations) Create compliance set from a set of allowed Violations.Constructor parameters in org.eclipse.jetty.http with type arguments of type UriCompliance.ViolationModifierConstructorDescriptionUriCompliance
(String name, Set<UriCompliance.Violation> violations)