Uses of Class
org.eclipse.jetty.http.HttpURI.State
-
Packages that use HttpURI.State Package Description org.eclipse.jetty.http Jetty Http : Tools for Http processing -
-
Uses of HttpURI.State in org.eclipse.jetty.http
Methods in org.eclipse.jetty.http that return HttpURI.State Modifier and Type Method Description static HttpURI.State
HttpURI.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HttpURI.State[]
HttpURI.State. 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.State Modifier and Type Method Description private void
HttpURI. parse(HttpURI.State state, java.lang.String uri, int offset, int end)
-