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: 355016 $, $Date: 2005-12-08 16:00:30 +0900 (Thu, 08 Dec 2005) $
Author:
The Apache Directory Project (dev@directory.apache.org)

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

Method Detail

getName

String getName()
Returns the name of the filter.


getFilter

IoFilter getFilter()
Returns the filter.


getNextFilter

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

Throws:
IllegalStateException - if the IoFilter.NextFilter is not available


Copyright © 2004-2005 . All Rights Reserved.