Uses of Enum Class
org.eclipse.jetty.io.WriteFlusher.StateType
Packages that use WriteFlusher.StateType
-
Uses of WriteFlusher.StateType in org.eclipse.jetty.io
Fields in org.eclipse.jetty.io declared as WriteFlusher.StateTypeFields in org.eclipse.jetty.io with type parameters of type WriteFlusher.StateTypeModifier and TypeFieldDescriptionprivate static final EnumMap<WriteFlusher.StateType,
Set<WriteFlusher.StateType>> WriteFlusher.__stateTransitions
private static final EnumMap<WriteFlusher.StateType,
Set<WriteFlusher.StateType>> WriteFlusher.__stateTransitions
Methods in org.eclipse.jetty.io that return WriteFlusher.StateTypeModifier and TypeMethodDescriptionWriteFlusher.State.getType()
static WriteFlusher.StateType
Returns the enum constant of this class with the specified name.static WriteFlusher.StateType[]
WriteFlusher.StateType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.jetty.io with parameters of type WriteFlusher.StateTypeModifier and TypeMethodDescriptionprivate boolean
WriteFlusher.isState
(WriteFlusher.StateType type) Constructors in org.eclipse.jetty.io with parameters of type WriteFlusher.StateType