public class FilteredSharedChannelInputWrapper extends FilteredChannelInputWrapper
This is wrapper for a SharedChannelInput
that adds
read filtering. Instances of this class can be safely used by
multiple concurrent processes.
Constructor and description |
---|
FilteredSharedChannelInputWrapper
(SharedChannelInput in) Constructs a new wrapper for the given channel input end. |
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) |
Methods inherited from class | Name |
---|---|
class FilteredChannelInputWrapper |
addReadFilter, addReadFilter, getReadFilter, getReadFilterCount, read, removeReadFilter, removeReadFilter |
Constructs a new wrapper for the given channel input end.
in
- the existing channel end.JCSP for Java 1.8 generated 14-10-2016 by Jon Kerridge, Edinburgh Napier University - j dot kerridge at napier dot ac dot uk