Uses of Class
org.glassfish.grizzly.filterchain.FilterChainContext.State
-
Packages that use FilterChainContext.State Package Description org.glassfish.grizzly.filterchain -
-
Uses of FilterChainContext.State in org.glassfish.grizzly.filterchain
Methods in org.glassfish.grizzly.filterchain that return FilterChainContext.State Modifier and Type Method Description FilterChainContext.StateFilterChainContext. state()Get the current processing task state.static FilterChainContext.StateFilterChainContext.State. valueOf(String name)Returns the enum constant of this type with the specified name.static FilterChainContext.State[]FilterChainContext.State. values()Returns an array containing the constants of this enum type, in the order they are declared.
-