Package org.jcsp.lang
Interface RejectableChannel
- All Known Implementing Classes:
RejectableBufferedOne2AnyChannel
,RejectableBufferedOne2OneChannel
,RejectableOne2AnyChannel
,RejectableOne2OneChannel
public interface RejectableChannel
Deprecated.
Defines an interface for a channel that allows readers to either accept (
read
) or
reject
data offered by the writer.-
Method Details
-
in
Deprecated. -
out
RejectableChannelOutput out()Deprecated.
-
PoisonException
. It remains only because it is used by some of the networking features.