Interface FilteredAny2AnyChannel

All Superinterfaces:
Any2AnyChannel
All Known Implementing Classes:
FilteredAny2AnyChannelImpl

public interface FilteredAny2AnyChannel extends Any2AnyChannel
Interface for an Any2Any channel that has support for filtering at both ends.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns an interface for configuring read filters on the channel.
    Returns an interface for configuring write filters on the channel.

    Methods inherited from interface org.jcsp.lang.Any2AnyChannel

    in, out
  • Method Details

    • inFilter

      ReadFiltered inFilter()
      Returns an interface for configuring read filters on the channel.
    • outFilter

      WriteFiltered outFilter()
      Returns an interface for configuring write filters on the channel.