Uses of Enum
org.eclipse.jetty.http.HttpParser.State
-
Uses of HttpParser.State in org.eclipse.jetty.http
Modifier and TypeMethodDescriptionHttpParser.getState()
static HttpParser.State
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.Modifier and TypeMethodDescriptionboolean
HttpParser.isState
(HttpParser.State state) protected void
HttpParser.setState
(HttpParser.State state)