Uses of Class
org.glassfish.grizzly.filterchain.FilterChainContext.State

Packages that use FilterChainContext.State
org.glassfish.grizzly.filterchain   
 

Uses of FilterChainContext.State in org.glassfish.grizzly.filterchain
 

Methods in org.glassfish.grizzly.filterchain that return FilterChainContext.State
 FilterChainContext.State FilterChainContext.state()
          Get the current processing task state.
static FilterChainContext.State FilterChainContext.State.valueOf(java.lang.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.
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.