Class RerunFilterAction
- java.lang.Object
-
- org.glassfish.grizzly.filterchain.RerunFilterAction
-
- All Implemented Interfaces:
NextAction
public class RerunFilterAction extends java.lang.Object- Author:
- Alexey Stashok
-
-
Field Summary
Fields Modifier and Type Field Description protected inttype
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description inttype()Get NextAction type
-
-
-
Method Detail
-
type
public final int type()
Get NextAction type- Specified by:
typein interfaceNextAction- Returns:
- NextAction type
-
-