class FilteredAny2OneChannelImpl extends java.lang.Object implements FilteredAny2OneChannel
| Modifier and Type | Field and Description |
|---|---|
private FilteredAltingChannelInput |
in
The input end of the channel.
|
private FilteredSharedChannelOutput |
out
The output end of the channel.
|
| Constructor and Description |
|---|
FilteredAny2OneChannelImpl(Any2OneChannel chan)
Constructs a new filtered channel over the top of an existing channel.
|
| Modifier and Type | Method and Description |
|---|---|
AltingChannelInput |
in()
Returns the input end of the channel.
|
ReadFiltered |
inFilter()
Returns an interface for configuring read filters on the channel.
|
SharedChannelOutput |
out()
Returns the output end of the channel.
|
WriteFiltered |
outFilter()
Returns an interface for configuring write filters on the channel.
|
private FilteredAltingChannelInput in
private FilteredSharedChannelOutput out
public FilteredAny2OneChannelImpl(Any2OneChannel chan)
public AltingChannelInput in()
Any2OneChannelin in interface Any2OneChannelpublic SharedChannelOutput out()
Any2OneChannelout in interface Any2OneChannelpublic ReadFiltered inFilter()
FilteredAny2OneChannelinFilter in interface FilteredAny2OneChannelpublic WriteFiltered outFilter()
FilteredAny2OneChanneloutFilter in interface FilteredAny2OneChannel