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()
One2OneChannel
in
in interface One2OneChannel
public ChannelOutput out()
One2OneChannel
out
in interface One2OneChannel
public ReadFiltered inFilter()
FilteredOne2OneChannel
inFilter
in interface FilteredOne2OneChannel
public WriteFiltered outFilter()
FilteredOne2OneChannel
outFilter
in interface FilteredOne2OneChannel