Uses of Enum
org.glassfish.jersey.server.AsyncContext.State
Packages that use AsyncContext.State
-
Uses of AsyncContext.State in org.glassfish.jersey.server
Subclasses with type arguments of type AsyncContext.State in org.glassfish.jersey.serverModifier and TypeClassDescriptionstatic enumAsynchronous processing context state.Fields in org.glassfish.jersey.server declared as AsyncContext.StateMethods in org.glassfish.jersey.server that return AsyncContext.StateModifier and TypeMethodDescriptionstatic AsyncContext.StateReturns the enum constant of this type with the specified name.static AsyncContext.State[]AsyncContext.State.values()Returns an array containing the constants of this enum type, in the order they are declared.