class FilteredOne2AnyChannelImpl extends java.lang.Object implements FilteredOne2AnyChannel
One2Any channel that supports filtering at each end.One2AnyChannel,
ReadFiltered,
WriteFiltered| Modifier and Type | Field and Description |
|---|---|
private FilteredSharedChannelInput |
in
The filtered input end of the channel.
|
private FilteredChannelOutput |
out
The filtered output end of the channel.
|
| Constructor and Description |
|---|
FilteredOne2AnyChannelImpl(One2AnyChannel chan)
Constructs a new filtered channel from an existing channel.
|
| Modifier and Type | Method and Description |
|---|---|
SharedChannelInput |
in()
Returns the input end of the channel.
|
ReadFiltered |
inFilter()
Returns the control interface to manipulate the read filters.
|
ChannelOutput |
out()
Returns the output end of the channel.
|
WriteFiltered |
outFilter()
Returns the control interface to manipulate the write filters.
|
private FilteredSharedChannelInput in
private FilteredChannelOutput out
public FilteredOne2AnyChannelImpl(One2AnyChannel chan)
chan - the existing channel.public SharedChannelInput in()
One2AnyChannelin in interface One2AnyChannelpublic ChannelOutput out()
One2AnyChannelout in interface One2AnyChannelpublic ReadFiltered inFilter()
FilteredOne2AnyChannelinFilter in interface FilteredOne2AnyChannelpublic WriteFiltered outFilter()
FilteredOne2AnyChanneloutFilter in interface FilteredOne2AnyChannel