Uses of Enum
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.httpFields 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.__idleStatesprivate static final EnumSet<HttpParser.State> HttpParser.__terminatedStatesMethods in org.eclipse.jetty.http that return HttpParser.StateModifier and TypeMethodDescriptionHttpParser.getState()static HttpParser.StateReturns 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.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)