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.__delimiterStates
Methods in org.eclipse.jetty.http that return MultiPartParser.StateModifier and TypeMethodDescriptionMultiPartParser.getState()
static MultiPartParser.State
Returns 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 TypeMethodDescriptionboolean
MultiPartParser.isState
(MultiPartParser.State state) private void
MultiPartParser.setState
(MultiPartParser.State state) Constructors in org.eclipse.jetty.http with parameters of type MultiPartParser.StateModifierConstructorDescriptionprivate
IllegalCharacterException
(MultiPartParser.State state, HttpTokens.Token token, ByteBuffer buffer)