Uses of Class
org.eclipse.jetty.http.HttpURI.Violation
-
Packages that use HttpURI.Violation Package Description org.eclipse.jetty.http Jetty Http : Tools for Http processing -
-
Uses of HttpURI.Violation in org.eclipse.jetty.http
Fields in org.eclipse.jetty.http with type parameters of type HttpURI.Violation Modifier and Type Field Description private static java.util.EnumMap<HttpURI.Violation,HttpComplianceSection>
HttpCompliance. __uriViolations
private java.util.EnumSet<HttpURI.Violation>
HttpURI. _violations
Methods in org.eclipse.jetty.http that return HttpURI.Violation Modifier and Type Method Description static HttpURI.Violation
HttpURI.Violation. valueOf(java.lang.String name)
Returns 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.Violation Modifier and Type Method Description (package private) boolean
HttpURI. hasViolation(HttpURI.Violation violation)
-