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
Methods in org.eclipse.jetty.http that return HttpURI.Violation Modifier and Type Method Description static HttpURI.ViolationHttpURI.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.
-