public abstract class NetAltingChannelInput extends AltingChannelInputWrapper
An abstract class that is sub-classed by classes whose instances
should be networked channel ends that can be used as an
AltingChannelInput
objects.
This class does not need to be sub-classed by JCSP users.
Constructor and description |
---|
protected NetAltingChannelInput
(AltingChannelInput channel) |
protected NetAltingChannelInput
() |
Constructs a channel end and takes the actual channel to use to deliver the data.
channel
- the actual channel used to deliver data to the user.
Constructs a channel end without supplying the actual channel to
use. setChannel(AltingChannelInput)
should be called
before the channel end is actually used.
JCSP for Java 1.8 generated 14-10-2016 by Jon Kerridge, Edinburgh Napier University - j dot kerridge at napier dot ac dot uk