org.apache.mina.common
Interface IoFilterChain.Entry

Enclosing interface:
IoFilterChain

public static interface IoFilterChain.Entry

Represents a name-filter pair that an IoFilterChain contains.

Version:
$Rev: 442102 $, $Date: 2006-09-11 07:11:58 +0200 (Mon, 11 Sep 2006) $
Author:
The Apache Directory Project (mina-dev@directory.apache.org)

Method Summary
 IoFilter getFilter()
          Returns the filter.
 String getName()
          Returns the name of the filter.
 IoFilter.NextFilter getNextFilter()
          Returns the NextFilter of the filter.
 

Method Detail

getName

public String getName()
Returns the name of the filter.


getFilter

public IoFilter getFilter()
Returns the filter.


getNextFilter

public IoFilter.NextFilter getNextFilter()
Returns the NextFilter of the filter.

Throws:
IllegalStateException - if the NextFilter is not available