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