class FilteredAny2AnyChannelImpl extends java.lang.Object implements FilteredAny2AnyChannel
| Modifier and Type | Field and Description |
|---|---|
private FilteredSharedChannelInput |
in
The input end of the channel.
|
private FilteredSharedChannelOutput |
out
The output end of the channel.
|
| Constructor and Description |
|---|
FilteredAny2AnyChannelImpl(Any2AnyChannel chan)
Constructs a new filtered channel object based on an existing channel.
|
| Modifier and Type | Method and Description |
|---|---|
SharedChannelInput |
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 FilteredSharedChannelInput in
private FilteredSharedChannelOutput out
FilteredAny2AnyChannelImpl(Any2AnyChannel chan)
public SharedChannelInput in()
Any2AnyChannelin in interface Any2AnyChannelpublic SharedChannelOutput out()
Any2AnyChannelout in interface Any2AnyChannelpublic ReadFiltered inFilter()
FilteredAny2AnyChannelinFilter in interface FilteredAny2AnyChannelpublic WriteFiltered outFilter()
FilteredAny2AnyChanneloutFilter in interface FilteredAny2AnyChannel