Uses of Enum Class
org.eclipse.jetty.http.HttpParser.State
Packages that use HttpParser.State
-
Uses of HttpParser.State in org.eclipse.jetty.http
Subclasses with type arguments of type HttpParser.State in org.eclipse.jetty.httpMethods in org.eclipse.jetty.http that return HttpParser.StateModifier and TypeMethodDescriptionHttpParser.getState()static HttpParser.StateReturns 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 TypeMethodDescriptionbooleanHttpParser.isState(HttpParser.State state) protected voidHttpParser.setState(HttpParser.State state)