org.glassfish.grizzly.filterchain
Class RerunFilterAction
java.lang.Object
org.glassfish.grizzly.filterchain.RerunFilterAction
- All Implemented Interfaces:
- NextAction
public class RerunFilterAction
- extends Object
This NextAction instructs the FilterChain to rerun the same
Filter again.
- Author:
- Alexey Stashok
|
Field Summary |
protected int |
type
|
|
Method Summary |
int |
type()
Get NextAction type |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
protected final int type
type
public int type()
- Get NextAction type
- Specified by:
type in interface NextAction
- Returns:
- NextAction type
Copyright © 2012 Oracle Corporation. All Rights Reserved.