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
Methods in org.glassfish.jersey.server that return AsyncContext.State Modifier and Type Method Description static AsyncContext.StateAsyncContext.State. valueOf(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.
-