Uses of Class
org.eclipse.jetty.http.HttpParser.State
-
Packages that use HttpParser.State Package Description org.eclipse.jetty.http Jetty Http : Tools for Http processing -
-
Uses of HttpParser.State in org.eclipse.jetty.http
Methods in org.eclipse.jetty.http that return HttpParser.State Modifier and Type Method Description HttpParser.State
HttpParser. getState()
static HttpParser.State
HttpParser.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HttpParser.State[]
HttpParser.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 HttpParser.State Modifier and Type Method Description boolean
HttpParser. isState(HttpParser.State state)
protected void
HttpParser. setState(HttpParser.State state)
-