org.glassfish.grizzly.filterchain
Interface NextAction

All Known Implementing Classes:
RerunFilterAction

public interface NextAction

The interface defines the instruction for a FilterChain, how it should continue filter chain execution.

Author:
Alexey Stashok
See Also:
Filter, FilterChain

Method Summary
 int type()
          Get NextAction type
 

Method Detail

type

int type()
Get NextAction type

Returns:
NextAction type


Copyright © 2011 Oracle Corpration. All Rights Reserved.