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