Uses of Enum Class
org.eclipse.jetty.http.HttpParser.State
Packages that use HttpParser.State
-
Uses of HttpParser.State in org.eclipse.jetty.http
Methods in org.eclipse.jetty.http that return HttpParser.StateModifier and TypeMethodDescriptionHttpParser.getState()
static HttpParser.State
Returns the enum constant of this class with the specified name.static HttpParser.State[]
HttpParser.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.jetty.http with parameters of type HttpParser.StateModifier and TypeMethodDescriptionboolean
HttpParser.isState
(HttpParser.State state) protected void
HttpParser.setState
(HttpParser.State state)