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.StateHttpParser. _stateFields 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. __completeStatesprivate static java.util.EnumSet<HttpParser.State>HttpParser. __idleStatesprivate static java.util.EnumSet<HttpParser.State>HttpParser. __terminatedStatesMethods in org.eclipse.jetty.http that return HttpParser.State Modifier and Type Method Description HttpParser.StateHttpParser. getState()static HttpParser.StateHttpParser.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 booleanHttpParser. isState(HttpParser.State state)protected voidHttpParser. 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)
-