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.__completeStatesprivate static final EnumSet<HttpParser.State> HttpParser.__idleStatesMethods 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) Constructors in org.eclipse.jetty.http with parameters of type HttpParser.StateModifierConstructorDescriptionprivateIllegalCharacterException(HttpParser.State state, HttpTokens.Token token, ByteBuffer buffer)