public abstract class NetAltingChannelInput extends AltingChannelInputWrapper implements NetChannelInput
An abstract class that is sub-classed by classes whose instances
should be networked channel ends that can be used as an
objects.
AltingChannelInput
This class does not need to be sub-classed by JCSP users.
| Modifier | Constructor and Description |
|---|---|
protected |
NetAltingChannelInput()
Constructs a channel end without supplying the actual channel to
use.
|
protected |
NetAltingChannelInput(AltingChannelInput channel)
Constructs a channel end and takes the actual channel to use
to deliver the data.
|
endRead, getChannel, pending, poison, read, setChannel, startReadclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdestroyReader, getFactoryClassendRead, read, startReadpoisongetChannelLocationprotected NetAltingChannelInput(AltingChannelInput channel)
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.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.
Copyright © 1996–2022. All rights reserved.