Package org.jcsp.net

Class NetAltingChannelInput

    • Constructor Detail

      • NetAltingChannelInput

        protected NetAltingChannelInput​(AltingChannelInput channel)

        Constructs a channel end and takes the actual channel to use to deliver the data.

        Parameters:
        channel - the actual channel used to deliver data to the user.
      • NetAltingChannelInput

        protected NetAltingChannelInput()

        Constructs a channel end without supplying the actual channel to use. setChannel(AltingChannelInput) should be called before the channel end is actually used.