class FilteredOne2OneChannelImpl extends java.lang.Object implements FilteredOne2OneChannel
One2One channel that supports filtering at each end.| Modifier and Type | Field and Description |
|---|---|
private FilteredAltingChannelInput |
in
The filtered input end of the channel.
|
private FilteredChannelOutput |
out
The filtered output end of the channel.
|
| Constructor and Description |
|---|
FilteredOne2OneChannelImpl(One2OneChannel chan)
Constructs a new filtered channel based on an existing channel.
|
| Modifier and Type | Method and Description |
|---|---|
AltingChannelInput |
in()
Returns the input channel end.
|
ReadFiltered |
inFilter()
Returns the control interface for configuring the read filters on the channel.
|
ChannelOutput |
out()
Returns the output channel end.
|
WriteFiltered |
outFilter()
Returns the control interface for configuring the write filters on the channel.
|
private FilteredAltingChannelInput in
private FilteredChannelOutput out
public FilteredOne2OneChannelImpl(One2OneChannel chan)
chan - the existing channel.public AltingChannelInput in()
One2OneChannelin in interface One2OneChannelpublic ChannelOutput out()
One2OneChannelout in interface One2OneChannelpublic ReadFiltered inFilter()
FilteredOne2OneChannelinFilter in interface FilteredOne2OneChannelpublic WriteFiltered outFilter()
FilteredOne2OneChanneloutFilter in interface FilteredOne2OneChannel