org.glassfish.grizzly.filterchain
Class RerunFilterAction

java.lang.Object
  extended by org.glassfish.grizzly.filterchain.RerunFilterAction
All Implemented Interfaces:
NextAction

public class RerunFilterAction
extends java.lang.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
 

Field Detail

type

protected final int type
Method Detail

type

public int type()
Get NextAction type

Specified by:
type in interface NextAction
Returns:
NextAction type


Copyright © 2012 Oracle Corporation. All Rights Reserved.