Uses of Class
org.eclipse.jetty.http.HttpURI.Ambiguous
-
Packages that use HttpURI.Ambiguous Package Description org.eclipse.jetty.http Jetty Http : Tools for Http processing -
-
Uses of HttpURI.Ambiguous in org.eclipse.jetty.http
Fields in org.eclipse.jetty.http with type parameters of type HttpURI.Ambiguous Modifier and Type Field Description private java.util.EnumSet<HttpURI.Ambiguous>
HttpURI. _ambiguous
Methods in org.eclipse.jetty.http that return HttpURI.Ambiguous Modifier and Type Method Description static HttpURI.Ambiguous
HttpURI.Ambiguous. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HttpURI.Ambiguous[]
HttpURI.Ambiguous. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-