Uses of Enum Class
org.eclipse.jetty.http.MultiPartParser.State
Packages that use MultiPartParser.State
-
Uses of MultiPartParser.State in org.eclipse.jetty.http
Fields in org.eclipse.jetty.http declared as MultiPartParser.StateFields in org.eclipse.jetty.http with type parameters of type MultiPartParser.StateModifier and TypeFieldDescriptionprivate static final EnumSet<MultiPartParser.State> MultiPartParser.__delimiterStatesMethods in org.eclipse.jetty.http that return MultiPartParser.StateModifier and TypeMethodDescriptionMultiPartParser.getState()static MultiPartParser.StateReturns the enum constant of this class with the specified name.static MultiPartParser.State[]MultiPartParser.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 MultiPartParser.StateModifier and TypeMethodDescriptionbooleanMultiPartParser.isState(MultiPartParser.State state) private voidMultiPartParser.setState(MultiPartParser.State state) Constructors in org.eclipse.jetty.http with parameters of type MultiPartParser.StateModifierConstructorDescriptionprivateIllegalCharacterException(MultiPartParser.State state, HttpTokens.Token token, ByteBuffer buffer)