Uses of Enum Class
org.eclipse.jetty.util.ajax.AsyncJSON.State
Packages that use AsyncJSON.State
-
Uses of AsyncJSON.State in org.eclipse.jetty.util.ajax
Fields in org.eclipse.jetty.util.ajax declared as AsyncJSON.StateMethods in org.eclipse.jetty.util.ajax that return AsyncJSON.StateModifier and TypeMethodDescriptionstatic AsyncJSON.State
Returns the enum constant of this class with the specified name.static AsyncJSON.State[]
AsyncJSON.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.jetty.util.ajax with parameters of type AsyncJSON.StateModifier and TypeMethodDescriptionprivate void
AsyncJSON.FrameStack.push
(String name, AsyncJSON.State state, Object value) private void
AsyncJSON.FrameStack.push
(AsyncJSON.State state, Object value)