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()
Any2OneChannel
in
in interface Any2OneChannel
public SharedChannelOutput out()
Any2OneChannel
out
in interface Any2OneChannel
public ReadFiltered inFilter()
FilteredAny2OneChannel
inFilter
in interface FilteredAny2OneChannel
public WriteFiltered outFilter()
FilteredAny2OneChannel
outFilter
in interface FilteredAny2OneChannel