Uses of Class
org.eclipse.jetty.io.WriteFlusher.StateType
-
Packages that use WriteFlusher.StateType Package Description org.eclipse.jetty.io Jetty IO : Core classes for Jetty IO subsystem -
-
Uses of WriteFlusher.StateType in org.eclipse.jetty.io
Fields in org.eclipse.jetty.io declared as WriteFlusher.StateType Modifier and Type Field Description private WriteFlusher.StateType
WriteFlusher.State. _type
Fields in org.eclipse.jetty.io with type parameters of type WriteFlusher.StateType Modifier and Type Field Description private static java.util.EnumMap<WriteFlusher.StateType,java.util.Set<WriteFlusher.StateType>>
WriteFlusher. __stateTransitions
private static java.util.EnumMap<WriteFlusher.StateType,java.util.Set<WriteFlusher.StateType>>
WriteFlusher. __stateTransitions
Methods in org.eclipse.jetty.io that return WriteFlusher.StateType Modifier and Type Method Description WriteFlusher.StateType
WriteFlusher.State. getType()
static WriteFlusher.StateType
WriteFlusher.StateType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static WriteFlusher.StateType[]
WriteFlusher.StateType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.jetty.io with parameters of type WriteFlusher.StateType Modifier and Type Method Description private boolean
WriteFlusher. isState(WriteFlusher.StateType type)
Constructors in org.eclipse.jetty.io with parameters of type WriteFlusher.StateType Constructor Description State(WriteFlusher.StateType stateType)
-