public class FilteredAltingChannelInput extends AltingChannelInputWrapper
Implements an AltingChannelInput
channel end that also supports read filters.
Type | Name and description |
---|---|
void |
addReadFilter(Filter filter) |
void |
addReadFilter(Filter filter, int index) |
Filter |
getReadFilter(int index) |
int |
getReadFilterCount() |
Object |
read() |
void |
removeReadFilter(Filter filter) |
void |
removeReadFilter(int index) |