Uses of Enum Class
org.eclipse.jetty.http.HttpParser.State
Packages that use HttpParser.State
-
Uses of HttpParser.State in org.eclipse.jetty.http
Fields in org.eclipse.jetty.http declared as HttpParser.StateFields in org.eclipse.jetty.http with type parameters of type HttpParser.StateModifier and TypeFieldDescriptionprivate static final EnumSet<HttpParser.State>
HttpParser.__completeStates
private static final EnumSet<HttpParser.State>
HttpParser.__idleStates
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) Constructors in org.eclipse.jetty.http with parameters of type HttpParser.StateModifierConstructorDescriptionprivate
IllegalCharacterException
(HttpParser.State state, HttpTokens.Token token, ByteBuffer buffer)