org.apache.mina.common

Interface IoFilterChain.Entry

public static interface IoFilterChain.Entry

Represents a name-filter pair that an IoFilterChain contains.

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 Details

getFilter

public IoFilter getFilter()
Returns the filter.

getName

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

getNextFilter

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