Uses of Class
org.eclipse.jetty.http.HttpParser.State
-
Packages that use HttpParser.State Package Description org.eclipse.jetty.http Jetty Http : Tools for Http processing -
-
Uses of HttpParser.State in org.eclipse.jetty.http
Fields in org.eclipse.jetty.http declared as HttpParser.State Modifier and Type Field Description private HttpParser.State
HttpParser. _state
Fields in org.eclipse.jetty.http with type parameters of type HttpParser.State Modifier and Type Field Description private static java.util.EnumSet<HttpParser.State>
HttpParser. __completeStates
private static java.util.EnumSet<HttpParser.State>
HttpParser. __idleStates
private static java.util.EnumSet<HttpParser.State>
HttpParser. __terminatedStates
Methods in org.eclipse.jetty.http that return HttpParser.State Modifier and Type Method Description HttpParser.State
HttpParser. getState()
static HttpParser.State
HttpParser.State. valueOf(java.lang.String name)
Returns 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.State Modifier and Type Method Description boolean
HttpParser. isState(HttpParser.State state)
protected void
HttpParser. setState(HttpParser.State state)
Constructors in org.eclipse.jetty.http with parameters of type HttpParser.State Constructor Description IllegalCharacterException(HttpParser.State state, HttpTokens.Token token, java.nio.ByteBuffer buffer)
-