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