Uses of Class
org.glassfish.jersey.server.AsyncContext.State
-
Packages that use AsyncContext.State Package Description org.glassfish.jersey.server Jersey server-side classes. -
-
Uses of AsyncContext.State in org.glassfish.jersey.server
Fields in org.glassfish.jersey.server declared as AsyncContext.State Modifier and Type Field Description private AsyncContext.State
ServerRuntime.AsyncResponder. state
Methods in org.glassfish.jersey.server that return AsyncContext.State Modifier and Type Method Description static AsyncContext.State
AsyncContext.State. valueOf(java.lang.String name)
Returns 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.
-