Uses of Enum
org.apache.commons.fileupload2.core.DeferrableOutputStream.State
-
Uses of DeferrableOutputStream.State in org.apache.commons.fileupload2.core
Subclasses with type arguments of type DeferrableOutputStream.State in org.apache.commons.fileupload2.coreModifier and TypeClassDescriptionstatic enumThis enumeration represents the possible states of theDeferrableOutputStream.Methods in org.apache.commons.fileupload2.core that return DeferrableOutputStream.StateModifier and TypeMethodDescriptionDeferrableOutputStream.getState()Returns the streams current state.static DeferrableOutputStream.StateReturns the enum constant of this type with the specified name.static DeferrableOutputStream.State[]DeferrableOutputStream.State.values()Returns an array containing the constants of this enum type, in the order they are declared.